<!DOCTYPE HTML> <html> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <title> OnionrBoard </title> <link rel='stylesheet' href='theme.css'> </head> <body> <div id='webpassWindow' class='hidden'> <p>Welcome to OnionrBoard</p> <p>Please enter the webpassword. You can get this from running the 'details' command in Onionr.</p> <input id='webpassword' type='password' placeholder="Web password for daemon" value='7AF13568657CE63D6DB7E686BF05537D36598ED739B21E3F023E3FD3DEA2FC8F'> <button id='registerPassword'>Unlock Onionr</button> </div> <input type='button' id='refreshFeed' value='Refresh Feed'> <div id='feed'><span id='none'>None Yet :)</span></div> <script src='board.js'></script> </body> </html>