aboutsummaryrefslogtreecommitdiff
path: root/src/views/pages/dashboard/home.pug
blob: 3bbd810b961bdcdd97120a967b05fd96b63b5ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
doctype html

html

    head

        include ../../components/head.pug

        link(href="/public/css/dashboard.css" rel="stylesheet")

        title Dashboard | Home Control

    body

        main

            section.heading

                h1 Home Control

                input(type="checkbox")

        include ../../components/dashboard/sidebar.pug