diff options
author | Edward <101938856+EdwardLangdon@users.noreply.github.com> | 2022-10-09 18:40:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 18:40:39 +0530 |
commit | 488c8c7c8b6b3431aed56c7eb1bc394fc8b6a321 (patch) | |
tree | 5e7d60bb0f818f0c37ab26babe127b26dd6baad7 /src/pages/options/index.ejs | |
parent | Update LibreDirect messages pt_BR 07-29-2022 (diff) | |
parent | Updated instances (diff) | |
download | libredirect-488c8c7c8b6b3431aed56c7eb1bc394fc8b6a321.zip |
Merge branch 'master' into patch-1
Diffstat (limited to 'src/pages/options/index.ejs')
-rw-r--r-- | src/pages/options/index.ejs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/options/index.ejs b/src/pages/options/index.ejs new file mode 100644 index 00000000..7f09e6da --- /dev/null +++ b/src/pages/options/index.ejs @@ -0,0 +1,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> |