mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:28:43 +01:00
add alot of cool stuff :3
This commit is contained in:
parent
d622ed4f38
commit
bbc27dc37f
1 changed files with 12 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
||||||
<meta content="#111111" name="theme-color" />
|
<meta content="#111111" name="theme-color" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
|
||||||
<meta name="darkreader-lock" />
|
<meta name="darkreader-lock" />
|
||||||
|
<% if (description == "This helps protect our community. Learn more (TRYING AGAIN....)") { %>
|
||||||
<meta http-equiv="refresh" content="1">
|
<meta http-equiv="refresh" content="1">
|
||||||
|
<% } %>
|
||||||
<link href="/css/yt-ukraine.svg?v=3" rel="icon" />
|
<link href="/css/yt-ukraine.svg?v=3" rel="icon" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<style>
|
<style>
|
||||||
|
@ -82,7 +84,14 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<% if (description == "This helps protect our community. Learn more (TRYING AGAIN....)") { %>
|
||||||
|
|
||||||
<p id="abstract">502</p>
|
<p id="abstract">502</p>
|
||||||
|
<% } else if (description !== "This helps protect our community. Learn more (TRYING AGAIN....)") { %>
|
||||||
|
<p id="abstract">404</p>
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<div class="error">
|
<div class="error">
|
||||||
<h2><%=error%></h2>
|
<h2><%=error%></h2>
|
||||||
<p><%=description%></p>
|
<p><%=description%></p>
|
||||||
|
@ -90,8 +99,11 @@
|
||||||
<div class="error-footer">
|
<div class="error-footer">
|
||||||
<a href="https://codeberg.org/ashley/poke/issues/new/choose">Create issue</a>
|
<a href="https://codeberg.org/ashley/poke/issues/new/choose">Create issue</a>
|
||||||
<a href="https://discord.poketube.fun">Report on our Discord</a>
|
<a href="https://discord.poketube.fun">Report on our Discord</a>
|
||||||
|
<% if (description == "This helps protect our community. Learn more (TRYING AGAIN....)") { %>
|
||||||
|
|
||||||
<a href="https://github.com/iv-org/invidious/issues">See Invidious issues</a>
|
<a href="https://github.com/iv-org/invidious/issues">See Invidious issues</a>
|
||||||
<a href="">Refresh Page</a>
|
<a href="">Refresh Page</a>
|
||||||
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue