summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php15
1 files changed, 10 insertions, 5 deletions
diff --git a/index.php b/index.php
index 974c929..08a4197 100644
--- a/index.php
+++ b/index.php
@@ -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