mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
38 lines
No EOL
627 B
Text
38 lines
No EOL
627 B
Text
<html>
|
|
<head>
|
|
<title> Timeout </title>
|
|
<style>
|
|
* {
|
|
font-family:sans-serif;
|
|
}
|
|
body {
|
|
display: flex;
|
|
background: #111;
|
|
}
|
|
div {
|
|
margin: auto;
|
|
display: flex;
|
|
flex-flow: column;
|
|
align-self: center;
|
|
background: #333;
|
|
color: #fff;
|
|
padding: 1em;
|
|
border-radius: 31px;
|
|
min-height: 34em;
|
|
}
|
|
</style>
|
|
<meta http-equiv="refresh" content="960">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
|
|
<h1>
|
|
Hey There qt!
|
|
</h1>
|
|
<p>
|
|
poketube just got started, please wait 16 minutes so poketube can launch and be fast :3
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |