mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
109 lines
No EOL
2.8 KiB
Text
109 lines
No EOL
2.8 KiB
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<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:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%);
|
|
overflow: hidden;
|
|
}
|
|
@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: #0006;
|
|
color: #fff;
|
|
padding: 1em;
|
|
border-radius: 31px;
|
|
min-height: 30em;
|
|
max-width: 52em;
|
|
margin-top: 8em;
|
|
}
|
|
a {
|
|
color:#0ab7f0;
|
|
text-decoration: none;
|
|
}
|
|
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;
|
|
font-stretch: extra-expanded;
|
|
}
|
|
@media screen and (min-height: 768px) {
|
|
.wave {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
margin-bottom: -7em;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
p {
|
|
text-align: center;
|
|
font-family: "Poketube Flex";
|
|
font-weight: 600;
|
|
font-stretch: expanded;
|
|
}
|
|
|
|
.ily{
|
|
text-align: center;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="cnt">
|
|
<center>
|
|
<h1 class="head">
|
|
PokeTube is being restarted
|
|
</h1>
|
|
</center>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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 600000 Milliseconds - or about ten mins. you can go and touch grass while waiting smh smh
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |