diff options
| author | winter | 2025-01-20 20:10:54 +0000 |
|---|---|---|
| committer | winter | 2025-01-20 20:10:54 +0000 |
| commit | 1b60d5ca77a387122bcf900c2972edca63403155 (patch) | |
| tree | 0c7357d42dcee447c55ce205c055e4482e766d25 /routes/about.php | |
| parent | 6830e97c22f7e72c08567d2497c0319ab73e6922 (diff) | |
settings tweaks and "about instance" page
Diffstat (limited to 'routes/about.php')
| -rw-r--r-- | routes/about.php | 7 |
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 |
