mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
new timeout page :3
This commit is contained in:
parent
8c644bd27e
commit
e0833c0194
1 changed files with 16 additions and 0 deletions
|
@ -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>
|
||||||
* {
|
* {
|
||||||
|
@ -20,6 +22,15 @@ 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">
|
||||||
</head>
|
</head>
|
||||||
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue