22 lines
802 B
Text
22 lines
802 B
Text
doctype html
|
|
html.no-js(lang="en")
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="description", content="tlater.net web server")
|
|
meta(name="author", content="Tristan Daniël Maat")
|
|
meta(name="viewport", content="width=device-width, initial-scale=1")
|
|
link(rel="stylesheet", href="~/src/lib/scss/main.scss")
|
|
block stylesheets
|
|
title="tlater.net"
|
|
body.d-flex.flex-column
|
|
block navigation
|
|
include ./navigation
|
|
|
|
.container.floating-container
|
|
include ./message-flash.html
|
|
block content
|
|
|
|
script(type="text/javascript", src="~/node_modules/jquery/dist/jquery.min.js" defer)
|
|
script(type="text/javascript", src="~/node_modules/bootstrap/dist/js/bootstrap.min.js" defer)
|
|
script(type="text/javascript", src="~/src/lib/js/main.js" defer)
|
|
block footer
|