2020-06-17 22:34:29 +01:00
|
|
|
doctype html
|
|
|
|
html
|
2020-06-18 22:56:03 +01:00
|
|
|
head
|
2020-06-21 00:13:11 +01:00
|
|
|
meta(http-equiv="content-type" content="text/html; charset=UTF-8")
|
|
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
2020-06-18 22:56:03 +01:00
|
|
|
title= title
|
2020-06-20 21:50:15 +01:00
|
|
|
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
2020-06-18 22:56:03 +01:00
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
|
|
body
|
|
|
|
block content
|
2020-06-20 21:50:15 +01:00
|
|
|
script(src="/javascript/jquery-3.5.1.min.js")
|
|
|
|
script(src="/javascript/bootstrap.js")
|
|
|
|
script(src="/javascript/nav.js")
|