poke/html/main.ejs

74 lines
3.9 KiB
Text
Raw Normal View History

<!--
2022-03-05 07:54:07 +00:00
This Source Code Form is subject to the terms of the GNU General Public License:
2022-05-17 20:20:10 +00:00
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
2022-03-05 07:54:07 +00: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.
2022-01-23 20:53:16 +00:00
2022-03-05 07:54:07 +00:00
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
-->
<!DOCTYPE html><html>
2022-01-23 20:53:16 +00:00
<head>
2022-05-12 16:51:28 +00:00
<title>PokeTube - Main Menu</title>
2022-05-18 16:47:16 +00:00
<link href=/css/yt-ukraine.svg rel=icon>
2022-01-23 20:53:16 +00:00
<link rel="preconnect" href="https://fonts.gstatic.com">
2022-03-02 20:04:55 +00:00
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&amp;display=swap" rel="stylesheet">
<meta content=website property=og:type>
<meta content="Poketube" property=og:title>
2022-05-20 21:31:40 +00:00
<meta content="PokeTube is an open source,privacy first youtube player :3" property=twitter:description>
2022-05-18 16:47:16 +00:00
<meta content="https://cdn.glitch.com/ef5d02b7-c958-475a-b82d-d263d37e7ec7/poketubemain.png" property=og:image>
2022-03-02 20:04:55 +00:00
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<meta content=summary_large_image name=twitter:card>
<meta content=@PoketaleBot name=twitter:site>
<meta content=@PoketaleBot name=twitter:creator>
2022-03-06 17:21:27 +00:00
<link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet>
2022-03-02 20:04:55 +00:00
</head>
<style> h1{
background-image: linear-gradient(to left, violet, blue, orange, red);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}</style>
2022-05-18 16:47:16 +00:00
<body style="background: #000;">
2022-03-06 17:21:27 +00:00
<center>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
<link href=https://pro.fontawesome.com/releases/v5.15.3/css/all.css rel=stylesheet>
<center>
<nav>
<div class=left><a class="class" href="https://stopwarukraine.com/" style=font-family:Inter,sans-serif;color:#fff><span><i class="fa-youtube fab" style="text-decoration:inherit;background:linear-gradient(to right,blue,pink);-webkit-text-fill-color:transparent;-webkit-background-clip:text;"></i></span><span style="background-image: linear-gradient(to left,purple,#000080);-webkit-background-clip: text;-webkit-text-fill-color: transparent;">PokeTube</span> 🇺🇦 </a></div></div>
2022-03-06 17:21:27 +00:00
<div class=middle>
<form action=/api/search><input class=search-bar id=fname name=query style=color:#fff;font-family:Roboto,sans-serif> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
</div>
</nav>
<section class=youtube-video>
2022-05-18 16:47:16 +00:00
<div class=screen style="background: #000;"><br>
2022-03-19 21:17:57 +00:00
<b>
2022-05-18 16:47:16 +00:00
<h1 style="color:#fff">Welcome to <span style="color:#c9e26;font-family:Inter,sans-serif;">PokeTube~!</span></h1><br>
2022-05-26 20:18:44 +00:00
<h1 style="color:#fff">U can search something from da search bar to get started <br> (start by typing "<%-random%>")</h1><br>
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg"><br>
2022-05-12 16:51:28 +00:00
<hr>
<p style="color:#fff">
2022-05-20 21:31:40 +00:00
PokeTube is an open source,privacy first youtube player ^^
2022-05-12 16:51:28 +00:00
</p>
2022-05-26 20:18:44 +00:00
2022-05-12 16:51:28 +00:00
<p style="color:#fff">
PokeTube 22.06 - <a href="https://github.com/iamashley0/poketube" style="color:#fff">Source Code</a> - <a style="color:#fff;" href="/privacy">Privacy policy (boring)</a> -
2022-05-12 16:51:28 +00:00
<a style="color:#fff;" href="/domains">Public Instances</a>
2022-05-26 20:18:44 +00:00
2022-05-12 16:51:28 +00:00
</p>
2022-05-20 21:31:40 +00:00
2022-03-19 21:17:57 +00:00
</b>
2022-05-12 16:51:28 +00:00
</body>
2022-03-19 21:17:57 +00:00
2022-01-23 20:53:16 +00:00
</html>
2022-05-20 21:31:40 +00:00