summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-08 01:03:25 +0500
committerilotterytea <iltsu@alright.party>2025-12-08 01:03:25 +0500
commit31fd3d5a80d4f8fc3e77640cb503cf13fc0a5410 (patch)
treea6211122836a22eb203a3608a47ea0c72cbfc68f /index.php
parent880776528c0acf361ee06b8a5ec6c4071c329d7f (diff)
upd: design + faviconHEADmaster
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