1<!DOCTYPE html>
2<html>
3
4 <head>
5 <title>newtab</title>
6 <script src="options.js"></script>
7 <link rel="stylesheet" href="options.css">
8 </head>
9
10
11 <body>
12 <table>
13 <tr>
14 <td>Background</td><td><input type="text" id="bg"></td>
15 </tr>
16 <tr>
17 <td>Foreground</td><td><input type="text" id="fg"></td>
18 </tr>
19 </table>
20
21 <button id="save">Save</button>
22 <p>Made by<br /><a href="https://git.lorimer.id.au/newtab.git">Andrew Lorimer</a></p>
23 <script src="options.js"></script>
24 </body>
25</html>