36 lines
1 KiB
HTML
36 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link href="Main.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<p>The extension does everything automatically.</p>
|
|
<p class="Important">Refresh the page in order for changes to take affect.</p>
|
|
<table>
|
|
<tr>
|
|
<th><input type="url" name="AddChannel" required></input></th>
|
|
<th><input type="url" name="RemoveChannel" required></input></th>
|
|
</tr>
|
|
<tr>
|
|
<td><button name="AddChannel">Add Channel</button></td>
|
|
<td><button name="RemoveChannel">Remove Channel</button></td>
|
|
</tr>
|
|
</table>
|
|
<p class="Results"></p>
|
|
<table>
|
|
<tr>
|
|
<th><input type="url" name="AddTopic" required></input></th>
|
|
<th><input type="url" name="RemoveTopic" required></input></th>
|
|
</tr>
|
|
<tr>
|
|
<td><button name="AddTopic">Add Topic</button></td>
|
|
<td><button name="RemoveTopic">Remove Topic</button></td>
|
|
</tr>
|
|
</table>
|
|
<p class="Results"></p>
|
|
<p>More stuff available in the options menu.</p>
|
|
|
|
<script src="Main.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|