Files
pathtoglory_blog/app/server/views/layout.pug

18 lines
406 B
Plaintext

doctype html
html
head
title= title
link(type='text/css' rel='stylesheet', href='/stylesheets/style.css')
block head
link(rel="icon", type="image/x-icon", href="/favicon.ico")
body
header
h1
a(href="/") Pathtoglory.quest
p I'm on a quest to learn and understand things.
block content
footer
p Pathtoglory.quest No copyright. Copy and paste me.