mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:37:51 +01:00
Add 'html/timeout.ejs'
This commit is contained in:
parent
8ec085f4c7
commit
91f06b5f58
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