first commit

This commit is contained in:
2023-11-15 13:36:30 +01:00
commit b2be88c07f
24 changed files with 4259 additions and 0 deletions

13
views/includes/head.pug Normal file
View File

@ -0,0 +1,13 @@
// - includes/head.pug
head
title= title
meta(name="viewport" content="width=device-width, initial-scale=1")
script(src='assets/js/jquery.min.js')
script(src='assets/js/popper.min.js')
link#bootstrap-css(href='assets/css/bootstrap.min.css', rel='stylesheet')
script(src='assets/js/bootstrap.min.js')
link(
rel='stylesheet'
href='assets/css/main.css'
)
link(rel='shortcut icon' type='image/png' href='assets/images/favicon.ico')