mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
5a5901db7d
References: https://todo.sr.ht/~cadence/tube/46
16 lines
580 B
Plaintext
16 lines
580 B
Plaintext
extends includes/layout.pug
|
|
|
|
block head
|
|
title Home - CloudTube
|
|
|
|
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..." aria-label="Search a video" autocomplete="off" autofocus=!mobile).search.base-border-look
|
|
p: a(href="/cant-think") ...can't think of anything?
|