1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-20 03:07:28 +00:00
cloudtube/pug/includes/layout.pug

16 lines
467 B
Plaintext
Raw Normal View History

2020-08-22 13:17:31 +00:00
doctype html
html
head
meta(charset="utf-8")
meta(name="viewport" value="width=device-width, initial-scale=1")
link(rel="stylesheet" type="text/css" href=getStaticURL("sass", "/main.sass"))
script(type="module" src=getStaticURL("html", "/static/js/focus.js"))
block head
body.show-focus
nav.main-nav
a(href="/").link.home CloudTube
input(type="text" placeholder="Search" name="q" autocomplete="off").search
block content