diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -12,11 +12,16 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/lib/config.php'; </head> <body> - <?php render_header(); ?> - <main> - <marquee>!!! Under construction !!!</marquee> - <p><a href="/emotes.php">Looking for TinyEmotes instance?</a></p> - </main> + <window> + <?php render_header(); ?> + <marquee behavior="scroll" direction="left"> + <a href="/emotes.php">/// Looking for that TinyEmotes instance? Click here! ///</a> + </marquee> + <?php render_tabs(); ?> + <main> + <p>Please stand by.</p> + </main> + </window> </body> </html>
\ No newline at end of file |
