new timeout page :3

This commit is contained in:
Ashley 2022-12-24 19:34:26 +00:00
parent 8c644bd27e
commit e0833c0194

View file

@ -1,5 +1,7 @@
<html> <html>
<head> <head>
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
<title> Timeout </title> <title> Timeout </title>
<style> <style>
* { * {
@ -19,6 +21,15 @@ color: #fff;
padding: 1em; padding: 1em;
border-radius: 31px; border-radius: 31px;
min-height: 34em; min-height: 34em;
}
a {
color:#0ab7f0;
text-decoration: none;
}
a.class:hover {
text-decoration: underline;
font-weight: bold;
} }
</style> </style>
<meta http-equiv="refresh" content="50"> <meta http-equiv="refresh" content="50">
@ -32,6 +43,11 @@ min-height: 34em;
<p> <p>
poketube just got started, please wait few minutes so poketube can launch and be fast :3 poketube just got started, please wait few minutes so poketube can launch and be fast :3
</p> </p>
<p style="color:lime">
protip: u can use other poketube instances while waiting for this instance to start!
<a href="https://codeberg.org/Ashley/poketube/raw/branch/main/instances.json"> view em on a list </a>
</p>
</div> </div>
</body> </body>