mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
19 lines
743 B
Plaintext
19 lines
743 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..." autocomplete="off").search.base-border-look
|
|
p: a(href="/cant-think") ...can't think of anything?
|
|
|
|
.encouraging-message
|
|
p CloudTube gets better with your help. I can't deal with issues that I don't know about.
|
|
p: a(href="https://todo.sr.ht/~cadence/tube") Report a problem or missing feature |