fcd6b5d7a1336df8a292dcfdfc08838b2076383f
   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      <tr>
  20        <td>Hover</td><td><input type="text" id="hr"></td>
  21      </tr>
  22    </table>
  23
  24    <button id="save">Save</button>
  25    <p>Made by<br /><a href="https://git.lorimer.id.au/newtab.git">Andrew Lorimer</a></p>
  26    <script src="options.js"></script>
  27  </body>
  28</html>