Eerste commit
This commit is contained in:
commit
f84a4f321c
13 changed files with 438 additions and 0 deletions
22
views/index.dt
Normal file
22
views/index.dt
Normal file
|
@ -0,0 +1,22 @@
|
|||
doctype html
|
||||
html
|
||||
head
|
||||
title& pagina.titel
|
||||
meta(name="viewport", content="width=device-width")
|
||||
- import vibe.web.web;
|
||||
:javascript
|
||||
var v9n = {
|
||||
"knop.activeer": "!{trWeb("pagina.knop.activeer")}",
|
||||
"knop.afkoelen": "!{trWeb("pagina.knop.afkoelen")}",
|
||||
"knop.initialiseren": "!{trWeb("pagina.knop.initialiseren")}",
|
||||
"knop.initialiseren2": "!{trWeb("pagina.knop.initialiseren2")}",
|
||||
}
|
||||
script(type="text/javascript", src="/statisch/sneeuw2.min.js")
|
||||
script(type="text/javascript", src="/statisch/webbus.js")
|
||||
link(href="/statisch/stijl.css", rel="stylesheet")
|
||||
body
|
||||
main
|
||||
h1& pagina.kop1
|
||||
img(src="statisch/kerstman.jpg")
|
||||
p& pagina.tekst
|
||||
button#knop& pagina.knop.initialiseren
|
Loading…
Add table
Add a link
Reference in a new issue