17 lines
668 B
Plaintext
Executable File
17 lines
668 B
Plaintext
Executable File
extends includes/layout.pug
|
|
|
|
block head
|
|
title Home - EirTube
|
|
|
|
block content
|
|
main.home-page
|
|
.text-content
|
|
h1.top-header EirTube
|
|
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 #[img(src="/static/images/bow.png")] <a href="/eirTube">About EirTube and how it differs from CloudTube.</a>
|