mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
Update ytmain.ejs
This commit is contained in:
parent
2fa7357d74
commit
eaa8bf991f
1 changed files with 13 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html><html>
|
<!DOCTYPE html><html>
|
||||||
<head>
|
<head>
|
||||||
<title>Poketube - Main Menu</title>
|
<title>PokeTube - Main Menu</title>
|
||||||
<link href=https://poketube.fun/css/yt-ukraine.svg rel=icon>
|
<link href=https://poketube.fun/css/yt-ukraine.svg rel=icon>
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
|
||||||
|
@ -47,13 +47,16 @@
|
||||||
<section class=youtube-video>
|
<section class=youtube-video>
|
||||||
<div class=screen><br>
|
<div class=screen><br>
|
||||||
<b>
|
<b>
|
||||||
<h1 style="color:#fff">Welcome to PokeTube~!</h1><br>
|
<h1 style="color:#fff">Welcome to PokeTube~!</h1><br>
|
||||||
<h1 style="color:#fff">U can search something from da search bar to get started <br> (start by typing "<%-random%>")</h1>
|
<h1 style="color:#fff">U can search something from da search bar to get started <br> (start by typing "<%-random%>")</h1><br>
|
||||||
<p style="color:#fff">
|
<hr>
|
||||||
LightTube <a href="https://gitlab.com/kuylar/lighttube/-/commit/c904647c65c44d0df4ec5baa5590220e098d0311">c904647c</a> - Poketube Web 22.03 (036d1a1) - <a href="https://github.com/iamashley0/poketube" style="color:#fff">Source Code</a> - <a style="color:#fff;" href="/privacy">Privacy policy (boring)</a><br><br>
|
<p style="color:#fff">
|
||||||
<a style="color:#fff;" href="/domains">PUBLIC ISTANCES</a>
|
PokeTube is an open source,privacy first youtube player.we do not collect or share any personal information. we also have dislikes lol
|
||||||
|
</p>
|
||||||
</p>
|
<p style="color:#fff">
|
||||||
|
LightTube <a href="https://gitlab.com/kuylar/lighttube/-/commit/c904647c65c44d0df4ec5baa5590220e098d0311">c904647c</a> - Poketube Web 2.22.3 (a36ff0f) - <a href="https://github.com/iamashley0/poketube" style="color:#fff">Source Code</a> - <a style="color:#fff;" href="/privacy">Privacy policy (boring)</a> -
|
||||||
|
<a style="color:#fff;" href="/domains">Public Instances</a>
|
||||||
|
</p>
|
||||||
</b>
|
</b>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function AddSearch () {
|
function AddSearch () {
|
||||||
|
@ -62,7 +65,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
</body>
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue