addon_related_signatures.html (24 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Addon-related signatures</title> <link rel="stylesheet" href="style.css" /> </head> <body> <script src="addon_related_signatures.js" type="text/javascript"></script> <select name="channel" id="channel"> <option selected>release</option> <option>beta</option> <option>nightly</option> <option>esr</option> </select> <br /> <table id="table"> <tr> <th>Signature</th> <th>Addons</th> </tr> </table> </body> </html>