blob: 414cfff9e7c092054d64741819382c8b547235fd [file] [log] [blame]
AdriĆ bf3ff682014-07-19 20:32:17 +02001<html>
2 <head>
3 <title>Options</title>
4 <meta charset="UTF-8">
5 <script src="options.js"></script>
6 <link rel="stylesheet" type="text/css" href="options.css">
7 <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
8 </head>
9 <body>
10 <h1 id="welcome"></h1>
11 <p id="introduction"></p>
12 <h2 id="languageselectheader"></h2>
13 <div id="languages"></div>
14 <h2 id="otheroptionsheader"></h2>
15 <div id="otheroptions">
16 <input type="radio" name="uniquetab" id="varioustabs" value=""> <label id="varioustabs_label" for="varioustabs"></label><br>
17 <input type="radio" name="uniquetab" id="uniquetab" value="yep"> <label id="uniquetab_label" for="uniquetab"></label><br>
18 <input type="radio" name="uniquetab" id="panel" value="panel"> <label id="panel_label" for="panel"></label>
19 </div>
20 <button id="save"></button>
21 </body>
22</html>