1
Fork 0
poke/html/timeout.ejs

109 lines
2.8 KiB
Text
Raw Normal View History

2023-01-31 15:38:18 -05:00
<!DOCTYPE html>
2023-02-15 12:30:41 -05:00
<html lang="en">
2022-12-05 12:44:10 -05:00
<head>
2023-02-15 12:30:41 -05:00
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
<title> warming up... </title>
2022-12-05 12:44:10 -05:00
<style>
2023-06-10 04:11:09 -04:00
2023-06-08 16:55:16 -04:00
2022-12-05 12:44:10 -05:00
* {
font-family:sans-serif;
}
2022-12-15 11:02:58 -05:00
body {
display: flex;
2023-02-15 12:30:41 -05:00
height: 100vh;
2023-06-08 16:55:16 -04:00
background:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%);
overflow: hidden;
2022-12-15 11:02:58 -05:00
}
2023-06-08 16:55:16 -04:00
@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 {
2023-02-15 12:30:41 -05:00
margin: auto;
display: flex;
flex-flow: column;
align-self: center;
2023-06-08 16:55:16 -04:00
background: #0006;
2023-02-15 12:30:41 -05:00
color: #fff;
padding: 1em;
border-radius: 31px;
2023-06-08 16:55:16 -04:00
min-height: 30em;
max-width: 52em;
margin-top: 8em;
}
2022-12-24 14:34:26 -05:00
a {
color:#0ab7f0;
2023-02-15 12:30:41 -05:00
text-decoration: none;
}
2022-12-24 14:34:26 -05:00
a.class:hover {
text-decoration: underline;
font-weight: bold;
}
2023-06-08 16:55:16 -04:00
@media screen and (max-height: 643px) {
.wave {
margin-bottom: -7em;
}
}
.head {
font-family:"Poketube flex";
font-weight: 1000;
font-style: italic;
text-transform: uppercase;
2023-06-10 04:11:09 -04:00
font-stretch: extra-expanded;
2023-06-08 16:55:16 -04:00
}
@media screen and (min-height: 768px) {
.wave {
position: absolute;
bottom: 0;
width: 100%;
margin-bottom: -7em;
display: block;
}
}
p {
text-align: center;
2023-06-10 04:11:09 -04:00
font-family: "Poketube Flex";
font-weight: 600;
font-stretch: expanded;
2023-06-08 16:55:16 -04:00
}
.ily{
text-align: center;
}
2023-06-10 04:11:09 -04:00
2022-12-05 12:44:10 -05:00
</style>
2023-06-08 16:55:16 -04:00
</head>
2022-12-05 12:44:10 -05:00
<body>
2023-06-08 16:55:16 -04:00
<div class="cnt">
<center>
<h1 class="head">
2023-06-10 04:11:09 -04:00
PokeTube is being restarted
2023-06-08 16:55:16 -04:00
</h1>
</center>
2022-12-15 11:07:03 -05:00
2023-06-08 16:55:16 -04:00
<p>
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>
<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>
2022-12-24 14:34:26 -05:00
2023-06-08 16:55:16 -04:00
<p>
2023-06-10 04:11:09 -04:00
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 600000 Milliseconds - or about ten mins. you can go and touch grass while waiting smh smh
2022-12-24 14:34:26 -05:00
</p>
2022-12-15 11:07:03 -05:00
</div>
2023-06-08 16:55:16 -04:00
2022-12-05 12:44:10 -05:00
</body>
</html>