itender/views/layout.pug
Tobias Hopp 03dd0e0fb6 update
Took 7 hours 48 minutes
2022-11-17 23:29:33 +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#setup
block setup
div.pane#menu
block menu
div.pane#settings
block settings
div.pane#main
block main
block extra
script(src="/web.js")