blob: 81ef68a9ce7a1be8ea4828d8c44a8767611e33bd [file] [log] [blame]
Adrià Vilanova Martínezd4017962024-05-28 23:58:24 +02001<html>
Adrià Vilanova Martínezdce01002024-05-28 23:59:15 +02002 <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
8 href="http://fonts.googleapis.com/css?family=Roboto"
9 rel="stylesheet"
10 type="text/css"
11 />
12 </head>
13 <body>
14 <h1 id="extension_name"></h1>
15 <p id="no_options"></p>
16 <button id="close"></button>
17 </body>
Adrià Vilanova Martínezd4017962024-05-28 23:58:24 +020018</html>