mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:58:25 +01:00
Update ytmain.ejs
This commit is contained in:
parent
8c427f54e2
commit
036d1a1b8b
1 changed files with 7 additions and 5 deletions
|
@ -43,18 +43,18 @@
|
|||
<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>
|
||||
<div class=screen><br>
|
||||
<b>
|
||||
<h1 style="color:#fff">Welcome to PokeTube!</h1><br>
|
||||
<h1 style="color:#fff">Search something from search bar to get started <br> (start by typing "<%-random%>")</h1>
|
||||
<p style="color:#fff">
|
||||
LightTube <a href="https://gitlab.com/kuylar/lighttube/-/commit/5507e96c7a3b49b0cbf7bb7c547cdc429a557df0">5507e96c</a> - Poketube 2.0.1 (6a7f6f9) - <a href="https://github.com/iamashley0/poketube" style="color:#fff">Source code</a><br><br>
|
||||
LightTube <a href="https://gitlab.com/kuylar/lighttube/-/commit/c904647c65c44d0df4ec5baa5590220e098d0311">c904647c</a> - Poketube 2.0.1 (6a7f6f9) - <a href="https://github.com/iamashley0/poketube" style="color:#fff">Source code</a> - <a style="color:#fff;" href="/privacy">Privacy policy</a><br><br>
|
||||
<a style="color:blue;" href="/domains">see other domains poketube is on</a>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</p>
|
||||
</b>
|
||||
<script type="text/javascript">
|
||||
function AddSearch () {
|
||||
if (window.sidebar) {
|
||||
|
@ -63,5 +63,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue