blob: 376d7562fd941d67344e79995ec6b2f05f592935 [file] [log] [blame]
Adrià348cbb72014-11-09 22:20:09 +01001<!DOCTYPE html>
Adriàbf3ff682014-07-19 20:32:17 +02002<html>
Adrià Vilanova Martíneze5263f12022-05-29 19:22:13 +02003 <head>
4 <meta charset="UTF-8">
5 <title>Options</title>
6 <style>
7 body {
8 margin: 0;
9 padding: 0;
10 width: 470px;
11 font-size: 90%;
Adrià Vilanova Martíneze5263f12022-05-29 19:22:13 +020012 }
13 </style>
14 <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
15 </head>
16 <body>
17 <options-page></options-page>
18 <script src="options.bundle.js"></script>
19 </body>
Adriàbf3ff682014-07-19 20:32:17 +020020</html>