blob: e0ce3c3c55fca331a8c61139ca2a6c27b27194de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html id="elementToShowWithJavaScript" lang="en">
<%- include('src/pages/widgets/head') -%>
<body class="option" dir="auto">
<%- include('src/pages/widgets/links', {config: config}) -%>
<div id="pages">
<%- include('src/pages/options/widgets/general', {config: config}) -%>
<%- include('src/pages/options/widgets/services', {config: config}) -%>
<%- include('src/pages/options/widgets/about') -%>
</div>
</body>
<script type="module" src="./index.js"></script>
</html>
|