From b1a885ac229892bac528e6fea4e011a1b240867b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 10 Oct 2025 20:55:37 +0500 Subject: initial commit --- index.php | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..6126901 --- /dev/null +++ b/index.php @@ -0,0 +1,93 @@ +query("SELECT id, title, posted_at FROM statuses ORDER BY posted_at DESC LIMIT 1"); +$last_status = $stmt->fetch(PDO::FETCH_ASSOC) ?: null; +?> + + + + + ilotterytea + + + + + + + + +
+
+

FeelsBadMan ☔ I'm just a memer

+
+ +
+ +
+
+ +
+
+
+

+ + + +
+

No description' ?>

+ +
+ + Screenshot + +
+ +
+
+ +
+ + +
+

Last status posted ago:

+

[more...] [rss]

+
+ + + + +
+ + + + + \ No newline at end of file -- cgit v1.2.3