1
Fork 0
poke/html/landing.ejs

80 lines
4.2 KiB
Text
Raw Normal View History

2023-09-30 16:24:10 -04:00
<!--
2022-07-18 08:21:55 -04:00
This Source Code Form is subject to the terms of the GNU General Public License:
2023-10-06 17:55:46 -04:00
Copyright (C) 2021-2023 POKETUBE (https://codeberg.org/Ashley/poketube)
2022-07-18 08:21:55 -04:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
2023-09-30 16:24:10 -04:00
--->
<!DOCTYPE html>
<html lang="en">
<head>
2023-06-02 17:47:11 -04:00
<title>PokeTube - Be Anonymous!</title>
2023-09-30 16:24:10 -04:00
<meta charset="UTF-8">
<meta name="theme-color" content="#414161">
<meta http-equiv="content-language" content="en-us">
<meta name="viewport" content="width=device-1200px, initial-scale=1.0, shrink-to-fit=yes, viewport-fit=cover">
<link rel="stylesheet" href="/css/landing.css">
2022-07-18 08:21:55 -04:00
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
2023-09-30 12:29:26 -04:00
<link rel="manifest" href="/manifest.json">
2023-09-30 16:24:10 -04:00
<meta content="▶▶ PokeTube - Be Anonymous!" property=og:title>
<meta content="Watch Silly videos while being anonymous on poketube!" property=twitter:description>
2023-10-05 11:59:36 -04:00
<meta content="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/6eeaef4b-1e73-491d-8aa8-3c1ea99479b4.image.png?v=1696349184869" property="og:image" />
2023-01-31 15:28:35 -05:00
<meta content="summary_large_image" name="twitter:card" />
2023-09-30 16:24:10 -04:00
<% if(isOldWindows) { %>
2022-07-18 08:21:55 -04:00
<style>
2023-09-30 16:24:10 -04:00
@font-face {
2022-07-18 08:21:55 -04:00
font-family: 'Ginto Nord';
font-weight: 800;
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
}
2023-09-30 16:24:10 -04:00
h1 {
2023-05-16 14:08:44 -04:00
font-family:"Ginto Nord" !important;
}
2023-09-30 16:24:10 -04:00
</style> <% } %>
</head>
<body>
<div class="header">
<div class="header-content">
<div class="header-content-start">
<a href="/"><img src="/css/logo.svg?v=5"/></a>
</div>
<div class="header-content-center" style="margin-left: -30px;">
<form action=/search><input class=search-bar autocomplete="on" id=fname name=query><button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
</div>
<div class="header-content-end">
<a href="https://codeberg.org/Ashley/poketube/src/branch/main/instances.json"><i class="fa-sharp fa-solid fa-server"></i></a>
<a href="/app"><i class="fa-sharp fa-solid fa-compass"></i></a>
</div>
2022-11-08 11:55:46 -05:00
</div>
2022-11-08 14:11:39 -05:00
</div>
2023-09-30 16:24:10 -04:00
<div class="features">
<a style="color: white; text-decoration: none;" href="https://war.ukraine.ua/donate/"><p><i class="fa-duotone fa-handshake-angle"></i> Support Ukraine</p></a>
</div>
<div class="landing">
<h1>Watch Videos - Anonymously</h1>
<p style="max-width: 800px; text-align: center; margin: 20px auto;"> Be Anonymous watching epic videos, searching thingys on the interwebs and listening to music on poketube - the free yt front end thats focused on ur privacy!!</p>
<div class="features">
<p><i class="fa-kit fa-sharp-solid-rectangle-ad-slash"></i> Zero Ads</p>
<p><i class="fa-sharp fa-solid fa-eye-low-vision"></i> Respects User Privacy</p>
<p><i class="fa-sharp fa-solid fa-rabbit-running"></i> Fast and Intuitive</p>
</div>
2023-10-18 10:12:25 -04:00
<img src="https://cdn.glitch.com/d68d17bb-f2c0-4bc3-993f-50902734f652/f9819f35-4d58-4715-9502-55772defa663.image.png?v=1695740207412"/>
2023-09-30 16:24:10 -04:00
<style>@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro-v4-shims.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro-v5-font-face.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/releases/v6.4.2/css/pro-v4-font-face.min.css?token=fe06fc099b);@import url(https://ka-p.fontawesome.com/assets/fe06fc099b/108504408/custom-icons.css?token=fe06fc099b);</style>
2022-11-08 14:11:39 -05:00
2023-09-19 12:19:02 -04:00
</div>
2023-09-30 16:24:10 -04:00
</body>
</html>