From 880776528c0acf361ee06b8a5ec6c4071c329d7f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 6 Dec 2025 16:03:44 +0500 Subject: initial commit --- .gitignore | 3 +++ index.php | 22 ++++++++++++++++++++++ lib/config.php | 9 +++++++++ lib/partials.php | 16 ++++++++++++++++ static/style.css | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 83 insertions(+) create mode 100644 .gitignore create mode 100644 index.php create mode 100644 lib/config.php create mode 100644 lib/partials.php create mode 100644 static/style.css diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc34b08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +config.ini +*.db +.DS_STORE \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..974c929 --- /dev/null +++ b/index.php @@ -0,0 +1,22 @@ + + + + + + <?= INSTANCE_NAME ?> + + + + + + +
+ !!! Under construction !!! +

Looking for TinyEmotes instance?

+
+ + + \ No newline at end of file diff --git a/lib/config.php b/lib/config.php new file mode 100644 index 0000000..6481767 --- /dev/null +++ b/lib/config.php @@ -0,0 +1,9 @@ + +
+ + +
+