mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
17 lines
537 B
Plaintext
17 lines
537 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="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
|
|
form(method="get" action="/search").search-form
|
|
input(type="text" placeholder="Search" name="q" autocomplete="off" value=query).search
|
|
|
|
block content
|