apply everything to ts; add temp layout
This commit is contained in:
@ -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 );
|
||||
|
Reference in New Issue
Block a user