about summary refs log tree commit diff stats
path: root/src/pages/options/index.pug
blob: 12b2d2f354260d4e6dd836a6543d2a03022c4081 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
doctype html
html(id="elementToShowWithJavaScript" lang="en")
    include /src/pages/widgets/head
    body(class="option" dir="auto")
        include /src/pages/widgets/links
        div#pages
            include /src/pages/options/widgets/general
            include /src/pages/options/widgets/services
            include /src/pages/options/widgets/about
    script(type="module" src="./index.js")