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.
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>9GAG LILiK Mod Preferences</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="logo"><img src="../assets/logo100.png"></div>
|
|
<h1>9GAG LILiK Mod Settings</h1>
|
|
</header>
|
|
<section class="container">
|
|
<div id="bar"></div>
|
|
<table id="settings">
|
|
|
|
<thead>
|
|
<tr>
|
|
<td>Setting</td>
|
|
<td>Value</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
|
|
|
|
<script type="text/javascript" src="preferences.js"></script>
|
|
</body>
|
|
</html>
|