mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
new timeout page :3
This commit is contained in:
parent
63a60a7f41
commit
21a7337061
1 changed files with 67 additions and 18 deletions
|
@ -4,24 +4,37 @@
|
|||
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
|
||||
<title> warming up... </title>
|
||||
<style>
|
||||
|
||||
* {
|
||||
font-family:sans-serif;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
height: 100vh;
|
||||
background: #111;
|
||||
background:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%);
|
||||
overflow: hidden;
|
||||
}
|
||||
div {
|
||||
@font-face {
|
||||
font-family: "PokeTube Flex";
|
||||
src: url("https://p.poketube.fun/https://cdn.glitch.global/43b6691a-c8db-41d4-921c-8cf6aa0d9108/robotoflex.ttf?v=1668343428681");
|
||||
font-style: normal;
|
||||
font-stretch: 1% 800%;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
.cnt {
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
align-self: center;
|
||||
background: #333;
|
||||
background: #0006;
|
||||
color: #fff;
|
||||
padding: 1em;
|
||||
border-radius: 31px;
|
||||
min-height: 34em;
|
||||
min-height: 30em;
|
||||
max-width: 52em;
|
||||
margin-top: 8em;
|
||||
}
|
||||
a {
|
||||
color:#0ab7f0;
|
||||
|
@ -30,23 +43,59 @@
|
|||
a.class:hover {
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
@media screen and (max-height: 643px) {
|
||||
.wave {
|
||||
margin-bottom: -7em;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.head {
|
||||
font-family:"Poketube flex";
|
||||
font-weight: 1000;
|
||||
font-style: italic;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@media screen and (min-height: 768px) {
|
||||
.wave {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
margin-bottom: -7em;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ily{
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="refresh" content="50">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
<h1>
|
||||
Hey There qt! - Please wait (poketube is warming up...)
|
||||
<div class="cnt">
|
||||
<center>
|
||||
<h1 class="head">
|
||||
PokeTube is on restart mode
|
||||
</h1>
|
||||
</center>
|
||||
|
||||
<p>
|
||||
poketube just got started, please wait few minutes so poketube can launch and be fast :3
|
||||
hewwo!!! poketube is currently on time out - to keep poketube fast for everyone, poketube timeouts the server when it restarts. if u want to stop this, pwese donate to us so we can buy a better server ^_^ <br><br>
|
||||
</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>
|
||||
<div class="ily">
|
||||
<svg height="200" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#ff00e3" d="M35.885 11.833c0-5.45-4.418-9.868-9.867-9.868-3.308 0-6.227 1.633-8.018 4.129-1.791-2.496-4.71-4.129-8.017-4.129-5.45 0-9.868 4.417-9.868 9.868 0 .772.098 1.52.266 2.241C1.751 22.587 11.216 31.568 18 34.034c6.783-2.466 16.249-11.447 17.617-19.959.17-.721.268-1.469.268-2.242z"/></svg>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
to donate please reach us at https://rvlt.gg/poketube! we would really love u if u donated us some mone to help us make poketube faster! or u can host poketube urself!. this should take about 3,000,000 Milliseconds - or about a hour. you can go and touch grass while waiting smh smh
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue