mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
add alot of stuff :3
This commit is contained in:
parent
b477c56c61
commit
13e498dcf0
1 changed files with 29 additions and 10 deletions
|
@ -729,14 +729,24 @@ background-color: #0000;
|
|||
<i style="margin-left: 2em;" class="fa-light fa-lock"
|
||||
title="This is a secure and/or offical instance!
|
||||
you can trust this instance becuase:
|
||||
------------
|
||||
|
||||
- its a offical instance (offical instances have the max. privacy rules )
|
||||
- logs are kept closed
|
||||
------------
|
||||
|
||||
if you see this lock icon, you can trust the instance!!
|
||||
|
||||
But Please note that unofficial instances can add the same lock icon, so please be careful about dad :D!
|
||||
|
||||
To verfiy u cab use this hashed code on SHA-265
|
||||
d312fe1994124e29478
|
||||
caaddefabec047746608
|
||||
b8ef09b69b3ac2f63f4
|
||||
e53a4a
|
||||
|
||||
if your domain matches this code you are probably in poketube.fun :3
|
||||
"
|
||||
|
||||
|
||||
></i>
|
||||
|
||||
<% } %>
|
||||
|
@ -795,7 +805,7 @@ Region settings </a>
|
|||
|
||||
<% if (!a) { %>
|
||||
|
||||
<a href="/watch?v=<%=inv_vid.videoId%>&a=false" title="Ambient mode uses a lighting effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! owo" style="text-decoration: none;" class="dropdown__item">
|
||||
<a href="/watch?v=<%=inv_vid.videoId%>&a=false" title="Ambient mode uses a very cool ahh effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! and it looks amazing :3 owo" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-lightbulb-on"></i>
|
||||
Ambient mode • on
|
||||
</a>
|
||||
|
@ -804,7 +814,7 @@ Region settings </a>
|
|||
<% if (a) { %>
|
||||
|
||||
|
||||
<a title="Ambient mode uses a lighting effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! owo" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<a title=title="Ambient mode uses a very cool ahh effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! and it looks amazing :3 owo" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-lightbulb" style="width: 1em;margin-left: 4px;"></i>
|
||||
Ambient mode • off
|
||||
</a>
|
||||
|
@ -852,7 +862,13 @@ Region settings </a>
|
|||
|
||||
|
||||
<% } %>
|
||||
<a title="Low Bandwidth? try PokeTube Lite!" href="/lite?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
|
||||
<a href="https://youtube.com/watch?v=<%=inv_vid.videoId%>"style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-brands fa-youtube"></i>
|
||||
Open on YouTube :3
|
||||
</a>
|
||||
|
||||
<a title="Low Bandwidth? Is your Internet from ummhh 1999? Do u still use dial-in for some reason lol - u can try Lite!" href="/lite?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-bolt" style="width: 16px;height: 17px;margin-left: 2px;"></i>
|
||||
Go Lite!
|
||||
</a>
|
||||
|
@ -873,8 +889,12 @@ Upload
|
|||
Version
|
||||
</a>
|
||||
<a href="https://codeberg.org/ashley/poketube" style="text-decoration: none;color:#fff;" class="dropdown__item">
|
||||
<i class="fa-light fa-circle-info"></i>
|
||||
About
|
||||
<i class="fa-light fa-code-merge"></i>
|
||||
Source Code
|
||||
</a>
|
||||
<a href="/privacy" style="text-decoration: none;color:#fff;" class="dropdown__item">
|
||||
<i class="fa-light fa-shield"></i>
|
||||
Privacy
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1361,7 +1381,7 @@ display: block; !important;" autoplay controls>
|
|||
<% if (inv_vid.genre === "Gaming") { %>
|
||||
|
||||
<div style="padding: 19px;background: #1f1f1f;border-radius: inherit;border: solid var(--div-border-color);margin-top: 13px;display: flex;flex-direction: row;">
|
||||
<div class="video-title loaded" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: -15px;margin-bottom: 10px;">Game Hub</div>
|
||||
<div class="video-title loaded" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: -15px;margin-bottom: 10px;">Poke! Games Hub</div>
|
||||
<a href="/game-hub?game=snake" style="margin-left: -7em;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;"> Snake </a>
|
||||
<a href="/game-hub?game=tic-tac-toe" style="margin-left: 9px;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;"> Tic Tac Toe </a>
|
||||
<a href="/game-hub?game=sudoku" style="margin-left: 9px;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;"> Sudoku </a>
|
||||
|
@ -1649,8 +1669,7 @@ Recommended Videos
|
|||
<% } %>
|
||||
</div>
|
||||
<% } %>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||
|
||||
|
||||
<div style="font-family:Inter,sans-serif;;white-space:yes;" align="center">
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue