1
Fork 0

new timeout page :3

This commit is contained in:
Ashley 2022-12-24 19:34:26 +00:00
parent 7ac4105844
commit 9485f1d0c2

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>
* {
@ -19,6 +21,15 @@ color: #fff;
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">
@ -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>