mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
add Ukraine theme!
This commit is contained in:
parent
cadf4ccd61
commit
8ed4865192
1 changed files with 34 additions and 16 deletions
|
@ -1,8 +1,25 @@
|
|||
<!DOCTYPE html><html>
|
||||
<!--
|
||||
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 rel="icon" href="https://poketalebot.com/youtube/icons/dark.svg">
|
||||
<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>
|
||||
|
@ -15,24 +32,25 @@
|
|||
<meta content=@PoketaleBot name=twitter:creator>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
<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>
|
||||
<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;">
|
||||
<h1 style="font-family:Sigmar One;font-weight: bold;font-size:100px;"> 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>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue