1
Fork 0
poke/html/timeout.ejs

38 lines
627 B
Text
Raw Normal View History

2022-12-05 12:44:10 -05:00
<html>
<head>
<title> Timeout </title>
<style>
* {
font-family:sans-serif;
}
2022-12-15 11:02:58 -05:00
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;
}
2022-12-05 12:44:10 -05:00
</style>
2022-12-18 06:00:46 -05:00
<meta http-equiv="refresh" content="960">
2022-12-05 12:44:10 -05:00
</head>
<body>
2022-12-15 11:07:03 -05:00
<div>
2022-12-05 12:44:10 -05:00
<h1>
2022-12-15 11:02:58 -05:00
Hey There qt!
2022-12-05 12:44:10 -05:00
</h1>
<p>
2022-12-18 06:00:46 -05:00
poketube just got started, please wait 16 minutes so poketube can launch and be fast :3
2022-12-15 11:07:03 -05:00
</p>
</div>
2022-12-05 12:44:10 -05:00
</body>
</html>