diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-11 18:12:20 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-11 18:12:20 +0100 |
| commit | 377441a9a8ea65009661569177f5266704818207 (patch) | |
| tree | e93cc7410c8d8634f0558b2af01227a1438dd9db /src/views/pages | |
| parent | b1322c3da41d10b42835b1fdc5d7c12c4f8be0a7 (diff) | |
[pages] added basic dashboard route
Diffstat (limited to 'src/views/pages')
| -rw-r--r-- | src/views/pages/dashboard/home.pug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/views/pages/dashboard/home.pug b/src/views/pages/dashboard/home.pug new file mode 100644 index 0000000..1faf2df --- /dev/null +++ b/src/views/pages/dashboard/home.pug @@ -0,0 +1,11 @@ +doctype html + +html + + head + + title Dashboard | Home Control + + body + + p Home Control |
