From d90aebe04f9db8233801b358c5074230ada466eb Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 7 May 2025 23:02:24 +0200 Subject: added web files --- index.php | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..9fdc8f3 --- /dev/null +++ b/index.php @@ -0,0 +1,112 @@ + + + + + + + + + + + + Bloggings + + +
+

Bloggings

+

Blog | Sticky | Search | Français | Git | RSS | Bluesky

+
+

This is my personal minimalist blog. + It has no Javascript, cookies or bloat, it won't track you or sell your soul and can be viewed in any browser. + GDPR notice

+
+ +isDir() && !$dirinfo->isDot()) { + $yeardirs[] = $dirinfo->getFilename(); + } +} +rsort($yeardirs); +// iterate through years +if (is_array($yeardirs)) { + foreach ($yeardirs as $key => $dirname) { + echo "

" . $dirname . "

"; + echo ""; + } +} else { + echo "Not an array"; +} +?> + +

 

+
+

§

+ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3