Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
24 lines (19 sloc) 568 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Settings</title>
</head>
<body>
<h1>Set the box style for Twitter</h1>
<br>
<input type="radio" id="producthunt" name="style" value="producthunt"> Product Hunt</input><br><br>
<input type="radio" id="basic" name="style" value="basic"> Basic</input><br><br>
<input type="radio" id="box" name="style" value="box"> Box</input>
<br>
<br>
<button id="save">Save</button>
<div id="status"></div>
<script src="jquery.min.js"></script>
<script src="options.js"></script>
</body>
</html>