1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

First working video page

This commit is contained in:
Cadence Ember 2020-08-23 01:17:31 +12:00
parent 23a7da45d3
commit cbc3a2bf67
21 changed files with 3935 additions and 78 deletions

1
pug/includes/head.pug Normal file
View file

@ -0,0 +1 @@
doctype html

15
pug/includes/layout.pug Normal file
View file

@ -0,0 +1,15 @@
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