A LILiK chrome extension for the well known 9gag website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
542 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>9GAG LILiK Mod Preferences</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. </head>
  7. <body>
  8. <header>
  9. <div class="logo"><img src="../assets/logo100.png"></div>
  10. <h1>9GAG LILiK Mod Settings</h1>
  11. </header>
  12. <section class="container">
  13. <div id="bar"></div>
  14. <table id="settings">
  15. <thead>
  16. <tr>
  17. <td>Setting</td>
  18. <td>Value</td>
  19. </tr>
  20. </thead>
  21. <tbody>
  22. </tbody>
  23. </table>
  24. </section>
  25. <script type="text/javascript" src="preferences.js"></script>
  26. </body>
  27. </html>