about summary refs log tree commit diff stats
path: root/src/pages/options/index.pug
blob: 4e19b0872826f41bf403e65b2d6a1dc286484ec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
    script(type="module" src="./index.js")