mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:54:42 -05:00
Add 'html/timeout.ejs'
This commit is contained in:
parent
171aa3a552
commit
0566610b26
1 changed files with 18 additions and 0 deletions
18
html/timeout.ejs
Normal file
18
html/timeout.ejs
Normal 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>
|
Loading…
Reference in a new issue