itender/views/layout.pug
Tobias Hopp 9d839328f8 update
Took 3 hours 30 minutes
2022-11-20 16:32:54 +01:00

33 lines
915 B
Plaintext

doctype html
html
head
title iTender
link(rel='stylesheet', href='/stylesheets/reset.css')
link(rel='stylesheet', href='/stylesheets/style.css')
meta(charset="UTF-8")
body
div.modal#modal
div.modal-content#modal-content
div.modalInnerContent#modalInnerContent
div#overlay
div#top
span#left <strong>Status:</strong> <span id="status">...</span>
span#title iTender
span#right 00:00
div#bottom
button.btn#menuBtn Menü
div#containers
div#container
div.pane#main
block main
div.pane#setup
block setup
div.pane#menu
block menu
div.pane#settings
block settings
block extra
script(src="/web.js")