aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/options/medium
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/options/medium')
-rw-r--r--src/pages/options/medium/medium.html6
-rw-r--r--src/pages/options/medium/medium.pug5
2 files changed, 9 insertions, 2 deletions
diff --git a/src/pages/options/medium/medium.html b/src/pages/options/medium/medium.html
index 87aff725..cf9bab82 100644
--- a/src/pages/options/medium/medium.html
+++ b/src/pages/options/medium/medium.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg">
<link href="../../stylesheets/styles.css" rel="stylesheet">
- <title>General</title>
+ <title>Medium</title>
</head>
</html>
<script type="module" src="../../../assets/javascripts/localise.js"></script>
@@ -56,6 +56,10 @@
</section>
<section class="option-block">
<div class="some-block option-block">
+ <h1>Medium</h1>
+ </div>
+ <hr>
+ <div class="some-block option-block">
<h4 data-localise="__MSG_enable__">Enable</h4>
<input id="disable-medium" type="checkbox">
</div>
diff --git a/src/pages/options/medium/medium.pug b/src/pages/options/medium/medium.pug
index f5b698d2..eb640c46 100644
--- a/src/pages/options/medium/medium.pug
+++ b/src/pages/options/medium/medium.pug
@@ -1,7 +1,7 @@
doctype html
html(lang="en")
include ../../widgets/head.pug
- title General
+ title Medium
script(type="module" src="../../../assets/javascripts/localise.js")
body.option(dir="auto")
include ../../widgets/links.pug
@@ -9,6 +9,9 @@ body.option(dir="auto")
section.option-block
.some-block.option-block
+ h1 Medium
+ hr
+ .some-block.option-block
h4(data-localise="__MSG_enable__") Enable
input#disable-medium(type="checkbox")