forked from Mirrors/keyoxide-web
19 lines
414 B
Text
19 lines
414 B
Text
doctype html
|
|
head
|
|
meta(charset='utf-8')
|
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
|
meta(name='theme-color' content='#fff')
|
|
link(rel='shortcut icon' href='/favicon.svg')
|
|
title= (title ? title : "Keyoxide")
|
|
link(rel='stylesheet' href='/static/styles.css')
|
|
block css
|
|
|
|
include ../partials/header.pug
|
|
|
|
main
|
|
.container
|
|
block content
|
|
|
|
include ../partials/footer.pug
|
|
|
|
block js
|