aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-06-16 14:48:16 +0200
committerMango0x45 <thomasvoss@live.com> 2021-06-16 14:48:16 +0200
commit3332ab0c0cab70fdc20b181b10199ec24d78f552 (patch)
treea396fe2ea4b2293e2f3a9ffdb9870af1f1355b86
parent1039f11f2909278a85e9ba505e30d4b504619009 (diff)
MORE ATTRIBUTES!!
-rw-r--r--index.html2
-rw-r--r--settings.html12
2 files changed, 7 insertions, 7 deletions
diff --git a/index.html b/index.html
index 481b92f..db37bb6 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@
</svg>
</a>
<h1>Speedrun Retimer without Ads</h1>
- <a href="https://github.com/Mango0x45/no-ad-retimer" target="_blank" class="toggleable">
+ <a href="https://github.com/Mango0x45/no-ad-retimer" target="_blank" class="toggleable" rel="noreferrer">
Source code (GitHub)
</a>
<h2>Video Framerate</h2>
diff --git a/settings.html b/settings.html
index 408bad0..f8ab413 100644
--- a/settings.html
+++ b/settings.html
@@ -13,7 +13,7 @@
</head>
<body>
- <a href="index.html" id="back">
+ <a href="index.html" id="back" aria-label="Home Page">
<!--
Source: https://www.svgrepo.com/svg/18507/back-button
License: CC0 - Creative Commons (No rights reserved)
@@ -35,29 +35,29 @@
</svg>
</a>
<h1>Page Settings</h1>
- <h3 class="options">Dark Theme</h3>
+ <h2 class="options">Dark Theme</h2>
<label class="switch">
<input type="checkbox" id="page_theme" onclick="change_theme()">
<span class="slider" id="slider"></span>
</label>
<br>
<br>
- <h3 class="options">Remove Titles</h3>
+ <h2 class="options">Remove Titles</h2>
<label class="switch">
<input type="checkbox" id="page_titles" onclick="remove_titles()">
<span class="slider" id="slider"></span>
</label>
<br>
<br>
- <h3 class="options">Remove Text</h3>
+ <h2 class="options">Remove Text</h2>
<label class="switch">
<input type="checkbox" id="page_text" onclick="remove_text()">
<span class="slider" id="slider"></span>
</label>
<br>
<br>
- <h3 class="options">Custom Mod Message</h3>
- <a href="https://github.com/Mango0x45/no-ad-retimer/blob/master/docs/custom_mod_messages.md" target="_blank">
+ <h2 class="options">Custom Mod Message</h2>
+ <a href="https://github.com/Mango0x45/no-ad-retimer/blob/master/docs/custom_mod_messages.md" target="_blank" rel="noreferrer">
Help
</a>
<br>