itender/views/layout.pug
Tobias Hopp a356b39bad update
Took 25 hours 49 minutes
2022-11-15 00:58:59 +01:00

35 lines
953 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 Verbinden...
div#bottom
button#menuBtn Menü
div#container
div#menu
block menu
div#settings
block settings
div#main
block main
block extra
script(src="/web.js")
script.
// setTimeout( () =>
// {
// window.location.reload();
// }, 120000 );