blob: acb2157311c917f1c04a4d50df2b1d6ae40a6a72 [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%;
12 background-color: #BBDEFB;
13 }
14 </style>
15 <link href='http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
16 </head>
17 <body>
18 <options-page></options-page>
19 <script src="options.bundle.js"></script>
20 </body>
Adriàbf3ff682014-07-19 20:32:17 +020021</html>