|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en" id="html">
|
3 | 3 |
|
4 |
| -<head> |
5 |
| - <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
6 |
| - <meta charset="utf-8"> |
7 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 |
| - <link rel="stylesheet" href="options.css"> |
9 |
| -</head> |
| 4 | + <head> |
| 5 | + <title>Lowcarb</title> |
| 6 | + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | + <link rel="stylesheet" href="options.css"> |
| 10 | + </head> |
10 | 11 |
|
11 |
| -<body id="lowcarb"> |
12 |
| - <header> |
13 |
| - <h3 id="div-selectCookies"></h3> |
14 |
| - </header> |
| 12 | + <body id="lowcarb"> |
| 13 | + <header> |
| 14 | + <h3 id="div-selectCookies"></h3> |
| 15 | + </header> |
15 | 16 |
|
16 |
| - <div class="lc-table"> |
17 |
| - <div id="domains-container"></div> |
18 |
| - </div> |
| 17 | + <div class="lc-table"> |
| 18 | + <div id="domains-container"></div> |
| 19 | + </div> |
19 | 20 |
|
20 |
| - <div class="lc-settings-container"> |
21 |
| - <label class="toggle-label" for="btn-removeOnStartup"> |
22 |
| - <button id="btn-removeOnStartup" class="toggle-button" aria-pressed="false"></button> |
23 |
| - <span id="l-removeOnStartup"></span> |
24 |
| - </label> |
| 21 | + <div class="lc-settings-container"> |
| 22 | + <label class="toggle-label" for="btn-removeOnStartup"> |
| 23 | + <button id="btn-removeOnStartup" class="toggle-button" aria-pressed="false"></button> |
| 24 | + <span id="l-removeOnStartup"></span> |
| 25 | + </label> |
25 | 26 |
|
26 |
| - <label class="toggle-label" for="btn-notify"> |
27 |
| - <button id="btn-notify" class="toggle-button" aria-pressed="false"></button> |
28 |
| - <span id="l-notifyCookiesRemoved"></span> |
29 |
| - </label> |
30 |
| - </div> |
| 27 | + <label class="toggle-label" for="btn-notify"> |
| 28 | + <button id="btn-notify" class="toggle-button" aria-pressed="false"></button> |
| 29 | + <span id="l-notifyCookiesRemoved"></span> |
| 30 | + </label> |
| 31 | + </div> |
31 | 32 |
|
32 |
| - <footer class="lc-footer"> |
33 |
| - <button id="btn-removeCookies" type="button" class="lc-button"></button> |
34 |
| - <button id="btn-refresh" type="button" class="lc-button"></button> |
35 |
| - </footer> |
| 33 | + <footer class="lc-footer"> |
| 34 | + <button id="btn-removeCookies" type="button" class="lc-button"></button> |
| 35 | + <button id="btn-refresh" type="button" class="lc-button"></button> |
| 36 | + </footer> |
36 | 37 |
|
37 |
| - <script type="module" src="src/options/translate.js"></script> |
38 |
| - <script type="module" src="src/options/index.js"></script> |
39 |
| -</body> |
| 38 | + <script type="module" src="src/options/translate.js"></script> |
| 39 | + <script type="module" src="src/options/index.js"></script> |
| 40 | + </body> |
40 | 41 | </html>
|
0 commit comments