blob: 0240f9923b4a24891fc2b92336479c1639f3ff6d (
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>
|