Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
kfet/views/menu.pug

23 lines
587 B
Text

extends layout
block content
div#main-container.bg-contact2(style="background-image: url(/images/bg-01.jpg);")
form#stocks.container(action="")
div#dish
h1 Dishes
ul
div#ingredient
h1 Ingredients
ul
div#sauce
h1 Sauces
ul
div#drink
h1 Drinks
ul
div#dessert
h1 Desserts
ul
script(src="/socket.io/socket.io.js")
script(src="/javascripts/menu.js")