diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-08 01:03:25 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-08 01:03:25 +0500 |
| commit | 31fd3d5a80d4f8fc3e77640cb503cf13fc0a5410 (patch) | |
| tree | a6211122836a22eb203a3608a47ea0c72cbfc68f /index.php | |
| parent | 880776528c0acf361ee06b8a5ec6c4071c329d7f (diff) | |
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 |
