about summary refs log tree commit diff stats
path: root/src/pages/options/index.ejs
blob: 7f09e6da1a3d246fbf92fb1f0eecfdbab20b1e32 (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', {services: services}) -%>
    <div id="pages">
      <%- include('src/pages/options/widgets/general', {config: {networks, services}}) -%>
      <%- include('src/pages/options/widgets/services', {config: {networks, services}}) -%>
      <%- include('src/pages/options/widgets/about') -%>
    </div>
  </body>
  <script type="module" src="./index.js"></script>
</html>