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