keyoxide-web/views/partials/header.pug

13 lines
292 B
Text
Raw Normal View History

2021-03-01 07:01:34 -07:00
header
nav
.spacer
2021-03-31 06:34:27 -06:00
a.text(href='/') Home
2021-03-01 07:01:34 -07:00
a.text(href='/getting-started') Getting started
a.logo(href='/')
img(src='/static/img/logo_circle.png' alt='Keyoxide')
nav
2021-03-31 06:34:27 -06:00
a.text(href='/about') About
2021-03-01 07:01:34 -07:00
a.text(href='/guides') Guides
a.text(href='/faq') FAQ
.spacer