mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
56 lines
3.3 KiB
Text
56 lines
3.3 KiB
Text
<!--
|
|
This Source Code Form is subject to the terms of the GNU General Public License:
|
|
|
|
Copyright (C) 2021-2022 POKETUBE CONTRUBUTORS (https://github.com/iamashley0/poketube)
|
|
|
|
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/.
|
|
-->
|
|
<!DOCTYPE html><html>
|
|
<head>
|
|
<title>Poketube - Main Menu</title>
|
|
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg rel=icon>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
|
|
<meta content=website property=og:type>
|
|
<meta content="Poketube" property=og:title>
|
|
<meta content="Poketube is a open source youtube player. watch youtube videos privately!" property=twitter:description>
|
|
<meta content="https://cdn.glitch.com/ef5d02b7-c958-475a-b82d-d263d37e7ec7/d49811d3-f7ea-4cce-a4ac-1b4e84dceae7.image.png" property=og:image>
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<style>
|
|
body{background-color:#23272A} h1{color:#fff} h2{color:#fff} h3{color:#fff} h4{color:#fff} p{color:#fff}ohyeah{color:#fff}.jumbotron{background-color:#1f1c1c;margin:50px;padding:15px;margin-bottom:20px}
|
|
</style>
|
|
<center>
|
|
<div class="jumbotron" style="justify-content: center;">
|
|
<a href="https://uahelp.monobank.ua/">Help ukraine</a>
|
|
|
|
<h1 style="font-family:Sigmar One;font-weight: bold;font-size:100px;text-decoration: inherit;background: linear-gradient(to right, rgba(255,215,0,1) 50%, rgba(0,87,184,1) 50%);-webkit-text-fill-color: transparent;
|
|
-webkit-background-clip: text;"> POKETUBE</h1>
|
|
<p style="color:#fff;font-family: 'Roboto', sans-serif;"> Youtube video player that does not track your info </p>
|
|
<form action="/youtube/ara" data-dashlane-rid="0437266a52d688e8" data-form-type=""> <input type="text" id="fname" name="query" value="" data-dashlane-rid="b1ddcc51a01a9fea" data-form-type=""> <input type="submit" value="search" data-dashlane-rid="b32ae802b921b67e" data-form-type=""></form><a href="https://github.com/ashpotter/poketube/" style="color:#fff;font-family: 'Roboto', sans-serif;">Source code</a>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript">
|
|
function AddSearch () {
|
|
if (window.sidebar) {
|
|
window.sidebar.addSearchEngine ('http://watch.poketalebot.com/search/default.src', 'https://poketalebot.com/youtube/icons/dark.svg', 'Poketube Quick search', null);
|
|
}
|
|
}
|
|
</script>
|
|
</html>
|