mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:17:49 +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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue