<html>
<head>
+
<title>newtab</title>
<script src="options.js"></script>
- <link rel="stylesheet" href="options.css">
+ <style>
+ body {
+ padding-left: 65px;
+ padding-right: 65px;
+ }
+
+ button {
+ float: right;
+ width: 65px;
+ }
+
+ table {
+ text-align: right;
+ }
+ </style>
+
</head>
-
<body>
+
<table>
<tr>
<td>Background</td><td><input type="text" id="bg"></td>
<tr>
<td>Foreground</td><td><input type="text" id="fg"></td>
</tr>
+ <tr>
+ <td>Hover</td><td><input type="text" id="hr"></td>
+ </tr>
</table>
<button id="save">Save</button>
+
<p>Made by<br /><a href="https://git.lorimer.id.au/newtab.git">Andrew Lorimer</a></p>
- <script src="options.js"></script>
+
</body>
+
</html>