PHP Classes

File: src/Dashboard/UI/Http/Web/templates/home/index.twig

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   src/Dashboard/UI/Http/Web/templates/home/index.twig   Download  
File: src/Dashboard/UI/Http/Web/templates/home/index.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 1 year ago
Size: 253 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> {% block stylesheets %} {{ encore_entry_link_tags('vue') }} {% endblock %} </head> <body> <div id="app"></div> {% block javascripts %} {{ encore_entry_script_tags('vue') }} {% endblock %} </body> </html>