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

28 lines
767 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
a#add-dish
div#ingredient
h1 Ingredients
ul
a#add-ingredient
div#sauce
h1 Sauces
ul
a#add-sauce
div#drink
h1 Drinks
ul
a#add-drink
div#dessert
h1 Desserts
ul
a#add-dessert
script(src="/socket.io/socket.io.js")
script(src="/javascripts/menu.js" type="module")