Skip to content

Commit 2a6808a

Browse files
committed
🔧Small cleanup
1 parent 366876f commit 2a6808a

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

‎chrome/options/index.html‎

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
<html lang="en-gb" dir="ltr">
2-
<head>
3-
<link rel="stylesheet" href="./style.css">
4-
</head>
5-
<body>
6-
<div>
7-
<p>
8-
Volume Control allows you to set different volume levels per tab in chrome. The volume levels are mapped exponentially this means 50 is a gain of 0.25, 100 is a gain of 1, and 200 is a gain of 4. It remembers preveously selected volume levels for each domain and use those when loading up the page again.
9-
</p>
10-
<a href="https://github.com/yungsamd17/Volume-Control" target="_blank">GitHub Repo</a>
11-
<a href="https://yungsamd17.github.io/" target="_blank" rel="noopener" style="float: right;">Made by Sam @yungsamd17</a>
12-
</div>
13-
</body>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="stylesheet" href="./style.css">
7+
</head>
8+
<body>
9+
<div>
10+
<p>
11+
Volume Control allows you to set different volume levels per tab in chrome. The volume levels are mapped exponentially this means 50 is a gain of 0.25, 100 is a gain of 1, and 200 is a gain of 4. It remembers preveously selected volume levels for each domain and use those when loading up the page again.
12+
</p>
13+
<a href="https://github.com/yungsamd17/Volume-Control" target="_blank">GitHub Repo</a>
14+
<a href="https://yungsamd17.github.io/" target="_blank" rel="noopener" style="float: right;">Made by Sam @yungsamd17</a>
15+
</div>
16+
</body>
1417
</html>

0 commit comments

Comments
 (0)