aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/about.php
diff options
context:
space:
mode:
authorwinter2025-01-20 20:10:54 +0000
committerwinter2025-01-20 20:10:54 +0000
commit1b60d5ca77a387122bcf900c2972edca63403155 (patch)
tree0c7357d42dcee447c55ce205c055e4482e766d25 /routes/about.php
parent6830e97c22f7e72c08567d2497c0319ab73e6922 (diff)
settings tweaks and "about instance" page
Diffstat (limited to 'routes/about.php')
-rw-r--r--routes/about.php7
1 files changed, 7 insertions, 0 deletions
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 @@
+<?php
+
+use Digitigrade\Router;
+
+Router::getInstance()->mount('/about', function (array $args) {
+ render_template('about_page');
+}); \ No newline at end of file