1
Fork 0
poke/html/main.ejs

98 lines
5.5 KiB
Text
Raw Normal View History

2022-06-26 01:01:17 -04:00
<!--
2022-03-05 02:54:07 -05:00
This Source Code Form is subject to the terms of the GNU General Public License:
2022-05-17 16:20:10 -04:00
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
2022-03-05 02:54:07 -05: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 15:53:16 -05:00
2022-03-05 02:54:07 -05: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 15:53:16 -05:00
<head>
2022-05-12 12:51:28 -04:00
<title>PokeTube - Main Menu</title>
2022-06-25 05:03:29 -04:00
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
2022-01-23 15:53:16 -05:00
<link rel="preconnect" href="https://fonts.gstatic.com">
2022-03-02 15:04:55 -05: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 17:31:40 -04:00
<meta content="PokeTube is an open source,privacy first youtube player :3" property=twitter:description>
2022-05-18 12:47:16 -04:00
<meta content="https://cdn.glitch.com/ef5d02b7-c958-475a-b82d-d263d37e7ec7/poketubemain.png" property=og:image>
2022-03-02 15:04:55 -05: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 12:21:27 -05:00
<link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet>
2022-03-02 15:04:55 -05:00
</head>
2022-06-23 11:39:09 -04:00
<style>
2022-07-03 09:24:20 -04:00
.mn {
background: #181818;
border-radius: 26px;
padding: 6px;
margin: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
2022-07-07 07:35:37 -04:00
@font-face {
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");
}
2022-06-23 11:39:09 -04:00
</style> <style nonce="IJD3y0awTwA2dd0pWOP+ZQ">
2022-07-03 09:24:20 -04:00
#yt-masthead{line-height:0;margin:15px auto;width:440px;margin-top:25px}#logo-container{margin-right:5px;float:left;cursor:pointer;text-decoration:none}.logo{background:no-repeat url("//www.gstatic.com/youtube/img/branding/youtubelogo/1x/youtubelogo_30.png");width:125px;height:30px;cursor:pointer;display:inline-block}#masthead-search{display:flex;margin-top:3px;max-width:650px;overflow:hidden;padding:0;position:relative}.search-button{border-left:0;-moz-border-radius-topleft:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;float:right;height:29px;padding:0;border:solid 1px transparent;border-color:#ffff;background:#999;;color:#333;cursor:pointer}.search-button:hover{border-color:#c6c6c6;background:#f0f0f0;box-shadow:0 1px 0 rgba(0,0,0,0.0)}.search-button-content{border:none;display:block;opacity:.6;padding:0;text-indent:-10000px;background:no-repeat url(//www.gstatic.com/youtube/src/web/htdocs/img/search.png);background-size:auto;width:15px;height:15px;box-shadow:none;margin:0 25px}#masthead-search-terms-border{flex:1 1 auto;border:1px solid #ccc;box-shadow:inset 0 1px 2px #eee;background-color:#fff;font-size:14px;height:29px;line-height:30px;margin:0 0 2px;overflow:hidden;position:relative;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}#masthead-search-terms{background:#2c2f33;border:0;font-size:16px;height:100%;left:0;margin:0;outline:none;padding:2px 6px;position:absolute;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}
2022-06-23 11:39:09 -04:00
</style>
<body style="background-image: url('<%-url%>');background-repeat: no-repeat; background-size: cover;" >
2022-07-03 09:24:20 -04:00
<center>
2022-03-06 12:21:27 -05:00
<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>
2022-07-03 09:24:20 -04:00
2022-03-06 12:21:27 -05:00
<section class=youtube-video>
2022-07-03 09:24:20 -04:00
2022-06-23 11:39:09 -04:00
<div class=screen><br>
2022-07-03 09:24:20 -04:00
<div class=mn>
2022-03-19 17:17:57 -04:00
<b>
2022-07-03 09:24:20 -04:00
<h1 style="color:#fff;font-family: 'Inter', sans-serif;text-align: center">
PokeTube~
</h1>
2022-07-07 07:35:37 -04:00
<p style="color:#fff;font-family:'Ginto Nord'">FREE (AS IN FREEDOM) YOUTUBE-FRONT END
2022-07-11 13:17:35 -04:00
</p>
<a href="https://stand-with-ukraine.pp.ua/">We stand with ukraine!</a> πŸ‡ΊπŸ‡¦
2022-07-03 09:24:20 -04:00
<div id="yt-masthead">
<form id="masthead-search" class="search-form" action="/api/search">
<div id="masthead-search-terms-border" dir="ltr">
<input id="masthead-search-terms" style="color: #fff; font-family: Roboto, sans-serif" autocomplete="off" on name="query" value="" type="text" placeholder="Search Videos to get started" title="Search" aria-label="Search" />
</div>
<button class="search-button" type="submit" dir="ltr"><span class="search-button-content">Search</span></button>
</form><br><br><br>
</div>
<div style="color:#fff">
2022-07-11 13:16:54 -04:00
<a href="/privacy">Privacy Policy</a> - <a href="//code.poketube.site">Source code</a> - <a href="/domains">Proxys</a>
2022-07-11 13:17:35 -04:00
2022-07-03 09:24:20 -04:00
</div>
2022-05-26 16:18:44 -04:00
2022-07-03 09:24:20 -04:00
</div>
2022-05-26 16:18:44 -04:00
2022-05-12 12:51:28 -04:00
</p>
2022-05-20 17:31:40 -04:00
2022-03-19 17:17:57 -04:00
</b>
2022-06-23 11:39:09 -04:00
2022-05-12 12:51:28 -04:00
</body>
2022-01-23 15:53:16 -05:00
</html>
2022-05-20 17:31:40 -04:00