new timeout page :3

This commit is contained in:
Ashley 2023-06-08 20:55:16 +00:00
parent 63a60a7f41
commit 21a7337061

View file

@ -4,24 +4,37 @@
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon> <link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
<title> warming up... </title> <title> warming up... </title>
<style> <style>
* { * {
font-family:sans-serif; font-family:sans-serif;
} }
body { body {
display: flex; display: flex;
height: 100vh; 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; margin: auto;
display: flex; display: flex;
flex-flow: column; flex-flow: column;
align-self: center; align-self: center;
background: #333; background: #0006;
color: #fff; color: #fff;
padding: 1em; padding: 1em;
border-radius: 31px; border-radius: 31px;
min-height: 34em; min-height: 30em;
max-width: 52em;
margin-top: 8em;
} }
a { a {
color:#0ab7f0; color:#0ab7f0;
@ -30,23 +43,59 @@
a.class:hover { a.class:hover {
text-decoration: underline; text-decoration: underline;
font-weight: bold; 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> </style>
<meta http-equiv="refresh" content="50">
</head> </head>
<body> <body>
<div> <div class="cnt">
<center>
<h1> <h1 class="head">
Hey There qt! - Please wait (poketube is warming up...) PokeTube is on restart mode
</h1> </h1>
</center>
<p> <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>
<p style="color:lime"> <div class="ily">
protip: u can use other poketube instances while waiting for this instance to start! <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>
<a href="https://codeberg.org/Ashley/poketube/raw/branch/main/instances.json"> view em on a list </a> </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> </p>
</div> </div>