32 lines
794 B
Plaintext
32 lines
794 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title iTender
|
|
link(rel='stylesheet', href='/stylesheets/reset.css')
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
body
|
|
div.modal#modal
|
|
div.modal-content#modal-content
|
|
div.modalInnerContent#modalInnerContent
|
|
|
|
div#overlay
|
|
div#top
|
|
span#title iTender
|
|
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 );
|