UNPKG

@hexonet/semantic-release-whmcs

Version:
43 lines (37 loc) 822 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <style> body { padding: 20px; } label { display: block; width: 800px; padding: 0 0 20px; } textarea { width: 100%; height: 150px; } </style> </head> <body> <h1 id="title"></h1> <label> <span id="whitelist_label"></span><br /> <textarea id="whitelist"></textarea> </label> <label> <input type="checkbox" id="status_indicators" /> <span id="status_indicators_label"></span> </label> <input type="button" id="save" value="" style="min-width: 100px" /> <div id="status_saved" style="display: none; color: green; padding-left: 5px" ></div> <script src="options.js"></script> </body> </html>