Added UI to support picking out sponsors and submitting

This commit is contained in:
Ajay Ramachandran
2019-07-08 23:43:06 -04:00
parent f81365414c
commit 2f32ead924
6 changed files with 162 additions and 9 deletions

27
popup.html Normal file
View File

@@ -0,0 +1,27 @@
<html>
<head>
<title>Set Page Color Popup</title>
<link rel="stylesheet" type="text/css" href="popup.css"/>
</head>
<div id="app">
<div class="main">
<center>
<h1>SponsorBlock</h1>
<div>
<button id="sponsorStart">Sponsorship Starts</button>
</div>
<h3>Latest Sponsor Message Times Chosen</h3>
<b>
<div id="sponsorMessageTimes">
</div>
</b>
<button id="clearTimes">Clear Times</button>
</center>
</div>
</div>
<script src="popup.js"></script>
</html>