+ GitHub +
+ 🢀 Return +
diff --git a/app/routes/private_routes.js b/app/routes/private_routes.js index 2a98651..8823334 100644 --- a/app/routes/private_routes.js +++ b/app/routes/private_routes.js @@ -307,4 +307,12 @@ router.get("/", async (req, res) => { } }); +router.get("/about", (req, res) => { + res.render("about", { + page_title: app_conf.name, + css_path: path.join(app_conf.paths.css.web, "stylesheet.css"), + version: app_conf.version + }); +}); + module.exports = router; \ No newline at end of file diff --git a/app/views/about.ejs b/app/views/about.ejs index e69de29..a6118ce 100644 --- a/app/views/about.ejs +++ b/app/views/about.ejs @@ -0,0 +1,32 @@ + + + +
+