2020-08-24 10:43:55 +00:00
|
|
|
extends includes/layout.pug
|
|
|
|
|
2020-08-30 13:54:59 +00:00
|
|
|
block head
|
|
|
|
title Home - CloudTube
|
|
|
|
|
2020-08-24 10:43:55 +00:00
|
|
|
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
|
2021-04-09 13:04:00 +00:00
|
|
|
input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off" autofocus=!mobile).search.base-border-look
|
2021-01-12 12:13:46 +00:00
|
|
|
p: a(href="/cant-think") ...can't think of anything?
|