decodeEntries/index.html (17 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Decode OneCRL Entries</title> <link rel="stylesheet" type="text/css" href="index.css"> <script src="forge.min.js"></script> </head> <body> <textarea rows=25 cols=100 id="input"></textarea> <div> <input type="button" value="Decode" onclick="decodeFromInput();"></input> </div> <div id="output"></div> <script src="index.js"></script> </body> </html>