mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 00:17:49 +01:00
Update 'html/poketube.ejs'
This commit is contained in:
parent
b66c8baa9e
commit
cea066b46e
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
<% if (!isMobile) { %>
|
||||||
<% if (!isMobile) { %>
|
|
||||||
<!--
|
<!--
|
||||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||||
|
|
||||||
|
@ -343,7 +342,10 @@ border-radius: 5px;
|
||||||
<p>
|
<p>
|
||||||
PokeTube Player v08.21.22 - Node.js <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
PokeTube Player v08.21.22 - Node.js <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
||||||
</p>
|
</p>
|
||||||
</div>
|
<p>
|
||||||
|
This website does not track you. <a href="/privacy">Privacy Policy</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="recommended-list" style="background-color:#1c1c1c;border-radius:25px;margin: 10px;">
|
<div class="recommended-list" style="background-color:#1c1c1c;border-radius:25px;margin: 10px;">
|
||||||
|
|
||||||
|
@ -889,4 +891,4 @@ summary:hover{
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue