From 1b60d5ca77a387122bcf900c2972edca63403155 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 20 Jan 2025 20:10:54 +0000 Subject: settings tweaks and "about instance" page --- routes/about.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 routes/about.php (limited to 'routes') diff --git a/routes/about.php b/routes/about.php new file mode 100644 index 0000000..3d51f70 --- /dev/null +++ b/routes/about.php @@ -0,0 +1,7 @@ +mount('/about', function (array $args) { + render_template('about_page'); +}); \ No newline at end of file -- cgit v1.3