1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 08:14:38 -05:00

Add 'html/timeout.ejs'

This commit is contained in:
Ashley 2022-12-05 17:44:10 +00:00
parent 171aa3a552
commit 0566610b26

18
html/timeout.ejs Normal file
View file

@ -0,0 +1,18 @@
<html>
<head>
<title> Timeout </title>
<style>
* {
font-family:sans-serif;
}
</style>
</head>
<body>
<h1>
Hey There!
</h1>
<p>
poketube just got started, please wait a few mins (~5) so poketube can launch and be fast :3
</p>
</body>
</html>