pastel.codes/views/layout.pug

12 lines
349 B
Plaintext
Raw Normal View History

2020-06-17 22:34:29 +01:00
doctype html
html
head
title= title
2020-06-20 21:50:15 +01:00
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
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")