mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:58:26 +01:00
Update 'html/poketube.ejs'
This commit is contained in:
parent
57696caed0
commit
6332fcab1d
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:
|
||||
|
||||
|
@ -343,7 +342,10 @@ border-radius: 5px;
|
|||
<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%> )
|
||||
</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;">
|
||||
|
||||
|
@ -889,4 +891,4 @@ summary:hover{
|
|||
</body>
|
||||
</html>
|
||||
</body>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue