poke/html/timeout.ejs

38 lines
629 B
Text
Raw Normal View History

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