2018-12-26 06:14:05 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
2019-01-13 22:20:10 +00:00
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
2018-12-26 06:14:05 +00:00
|
|
|
<title>
|
|
|
|
OnionrBoard
|
|
|
|
</title>
|
2018-12-27 05:27:46 +00:00
|
|
|
<link rel='stylesheet' href='theme.css'>
|
2018-12-26 06:14:05 +00:00
|
|
|
</head>
|
2018-12-27 05:27:46 +00:00
|
|
|
<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>
|
2018-12-26 06:14:05 +00:00
|
|
|
<input type='button' id='refreshFeed' value='Refresh Feed'>
|
2018-12-27 05:27:46 +00:00
|
|
|
<div id='feed'><span id='none'>None Yet :)</span></div>
|
2018-12-26 06:14:05 +00:00
|
|
|
<script src='board.js'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|