mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
Add home page and search page
This commit is contained in:
parent
cbc3a2bf67
commit
2cc6a2912a
13 changed files with 210 additions and 69 deletions
11
pug/home.pug
Normal file
11
pug/home.pug
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends includes/layout.pug
|
||||
|
||||
block content
|
||||
main.home-page
|
||||
h1.top-header CloudTube
|
||||
h2.tagline An alternative front-end for YouTube.
|
||||
.encouraging-message
|
||||
p You're in control. Watch things your way.
|
||||
p Go on. What do you want to watch?
|
||||
form(method="get" action="/search").encouraging-search-form
|
||||
input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off").search.base-border-look
|
||||
Loading…
Add table
Add a link
Reference in a new issue