Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <!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> |