1
Fork 0
poke/html/timeout.ejs

55 lines
1.2 KiB
Text
Raw Normal View History

2023-01-31 15:38:18 -05:00
<!DOCTYPE html>
2022-12-05 12:44:10 -05:00
<html>
<head>
2022-12-24 14:34:26 -05:00
<link href="https://codeberg.org/Ashley/poketube/raw/branch/main/css/yt-ukraine.svg" rel=icon>
2022-12-29 15:30:21 -05:00
<title> warming up... </title>
2022-12-05 12:44:10 -05:00
<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-24 14:34:26 -05:00
a {
color:#0ab7f0;
text-decoration: none;
}
a.class:hover {
text-decoration: underline;
font-weight: bold;
}
2022-12-05 12:44:10 -05:00
</style>
2022-12-18 09:03:19 -05:00
<meta http-equiv="refresh" content="50">
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-29 15:30:21 -05:00
Hey There qt! - Please wait (poketube is warming up...)
2022-12-05 12:44:10 -05:00
</h1>
<p>
2022-12-18 09:03:19 -05:00
poketube just got started, please wait few minutes so poketube can launch and be fast :3
2022-12-15 11:07:03 -05:00
</p>
2022-12-24 14:34:26 -05:00
<p style="color:lime">
protip: u can use other poketube instances while waiting for this instance to start!
<a href="https://codeberg.org/Ashley/poketube/raw/branch/main/instances.json"> view em on a list </a>
</p>
2022-12-15 11:07:03 -05:00
</div>
2022-12-05 12:44:10 -05:00
</body>
</html>