From 31fd3d5a80d4f8fc3e77640cb503cf13fc0a5410 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 8 Dec 2025 01:03:25 +0500 Subject: upd: design + favicon --- favicon.ico | Bin 0 -> 1406 bytes index.php | 15 ++++++---- lib/partials.php | 17 ++++++++---- static/style.css | 83 +++++++++++++++++++++++++++++++++++++++++++------------ 4 files changed, 87 insertions(+), 28 deletions(-) create mode 100644 favicon.ico diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..0e8be48 Binary files /dev/null and b/favicon.ico differ 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'; - -
- !!! Under construction !!! -

Looking for TinyEmotes instance?

-
+ + + + /// Looking for that TinyEmotes instance? Click here! /// + + +
+

Please stand by.

+
+
\ No newline at end of file diff --git a/lib/partials.php b/lib/partials.php index 493b469..1e0fd96 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -5,12 +5,17 @@ function render_header() { echo '' ?>
- - + +

+ + Home + + a { + background-color: var(--tabs-bg); + color: var(--tabs-color); + padding: 2px 4px; + text-decoration: none; +} + +tabs>a:hover { + background-color: var(--tabs-bg-2); +} + +main { + padding: 8px; } \ No newline at end of file -- cgit v1.2.3