avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>Experiments</title> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | <link rel="stylesheet" href="options.css"> |
| 8 | <link rel="stylesheet" href="chrome_style/chrome_style.css"> |
| 9 | </head> |
| 10 | <body> |
| 11 | <main> |
| 12 | <h1 data-i18n="experiments_title"></h1> |
| 13 | <p data-i18n="experiments_description"></p> |
| 14 | <form> |
avm99963 | 3eae452 | 2021-04-22 01:14:27 +0200 | [diff] [blame] | 15 | <div class="option"><input type="checkbox" id="threadlistavatars"> <label for="threadlistavatars" data-i18n="threadlistavatars"></label></div> |
avm99963 | a007d49 | 2021-05-02 12:32:03 +0200 | [diff] [blame] | 16 | <div class="option"><input type="checkbox" id="autorefreshlist"> <label for="autorefreshlist" data-i18n="autorefreshlist"></label></div> |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 17 | <div class="actions"><button id="save" data-i18n="save"></button></div> |
| 18 | </form> |
| 19 | <div id="save-indicator"></div> |
| 20 | </main> |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 21 | <script src="experiments_bit.js"></script> |
Adrià Vilanova MartÃnez | 3465e77 | 2021-07-11 19:18:41 +0200 | [diff] [blame] | 22 | <script src="../../optionsCommon.bundle.js"></script> |
avm99963 | bf8eece | 2021-04-22 00:27:03 +0200 | [diff] [blame] | 23 | </body> |
| 24 | </html> |