diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-11 20:56:57 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-11 20:56:57 +0100 |
| commit | ca556370259f100b3f21dd10344741fcf4d48597 (patch) | |
| tree | 9b38f199e6e8c246367b1e54ac386db7b7e2c85c /src/views/pages/dashboard/home.pug | |
| parent | 377441a9a8ea65009661569177f5266704818207 (diff) | |
[pages] added basic devices route
Diffstat (limited to 'src/views/pages/dashboard/home.pug')
| -rw-r--r-- | src/views/pages/dashboard/home.pug | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/views/pages/dashboard/home.pug b/src/views/pages/dashboard/home.pug index 1faf2df..c5267bf 100644 --- a/src/views/pages/dashboard/home.pug +++ b/src/views/pages/dashboard/home.pug @@ -4,8 +4,14 @@ html head + include ../../components/head.pug + title Dashboard | Home Control body - p Home Control + include ../../components/dashboard/sidebar.pug + + main + + h1 Home Control |
