First commit - WIP WIP
This commit is contained in:
10
views/layout.pug
Normal file
10
views/layout.pug
Normal file
@@ -0,0 +1,10 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= 'Spritzschema'
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
script(src="https://cdn.jsdelivr.net/npm/luxon@3.3.0/build/global/luxon.min.js")
|
||||
script(src="/javascripts/script.js")
|
||||
|
||||
body
|
||||
block content
|
||||
Reference in New Issue
Block a user