apply everything to ts; add temp layout

This commit is contained in:
2022-11-11 01:01:07 +01:00
parent c6c5eeed3f
commit 60a5faa952
17 changed files with 938 additions and 198 deletions

View File

@ -1,7 +1,28 @@
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
head
title iTender
link(rel='stylesheet', href='/stylesheets/reset.css')
link(rel='stylesheet', href='/stylesheets/style.css')
body
div#overlay
div#top
span#time 00:00
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();
}, 30000 );