From d69a64e01e8286ddea20ae7c23ff229f7ca14c99 Mon Sep 17 00:00:00 2001
From: Ashley <iamashley@duck.com>
Date: Thu, 15 Dec 2022 16:02:58 +0000
Subject: [PATCH] new timeout page

---
 html/timeout.ejs | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/html/timeout.ejs b/html/timeout.ejs
index 90621add..156cbd5b 100644
--- a/html/timeout.ejs
+++ b/html/timeout.ejs
@@ -5,14 +5,30 @@
       * {
         font-family:sans-serif;
       }
+      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;
+      }
      </style>
+      <meta http-equiv="refresh" content="50">
   </head>
   <body>
     <h1>
-      Hey There!
+      Hey There qt!
     </h1>
     <p>
-    poketube just got started, please wait a few mins (~5) so poketube can launch and be fast :3
+    poketube just got started, please wait a few seconds so poketube can launch and be fast :3
     </p>
   </body>
 </html>
\ No newline at end of file