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>
<head>
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
<title> Timeout </title>
<style>
* {
@ -20,6 +22,15 @@ padding: 1em;
border-radius: 31px;
min-height: 34em;
}
a {
color:#0ab7f0;
text-decoration: none;
}
a.class:hover {
text-decoration: underline;
font-weight: bold;
}
</style>
<meta http-equiv="refresh" content="50">
</head>
@ -32,6 +43,11 @@ min-height: 34em;
<p>
poketube just got started, please wait few minutes so poketube can launch and be fast :3
</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>
</body>