website/views/layout.pug

39 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2022-02-19 12:05:13 -05:00
doctype=html
html
head
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
title Bit Goblin
link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css')
link(rel='stylesheet', href='/assets/stylesheets/zulrah.css')
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js')
script(src='/assets/scripts/vorkath.js')
body
#wrapper
header#header-box
div#header-logo
h1 Bit Goblin
nav#navigation
ul
li
a(href="/") Home
li
a(href="/blog") Blog Posts
li
a(href="/support") Support
li
a(href="/contact") Contact
#main-content.container
.row
.columns.twelve
block content
footer#footer
.row
div.columns.twelve
p.u-text-center The Bit Goblin website.
p.u-text-center © Bit Goblin | all rights reserved.