Initial commit
This commit is contained in:
commit
3c666da659
18 changed files with 7123 additions and 0 deletions
16
src/lib/pug/base.pug
Normal file
16
src/lib/pug/base.pug
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
meta(charset="utf-8")
|
||||
meta(name="description", content="tlater.net web server")
|
||||
meta(name="author", content="Tristan Daniel Maat")
|
||||
meta(name="viewport", content="width=device-width, initial-scale=1")
|
||||
title= htmlWebpackPlugin.options.title
|
||||
body
|
||||
block navigation
|
||||
include ./navigation
|
||||
|
||||
.container.floating-container
|
||||
block content
|
||||
|
||||
block footer
|
||||
Reference in a new issue