work on making basic board

This commit is contained in:
Kevin Froman 2019-04-16 00:02:09 -05:00
parent 2fde909d86
commit 9604849dbb
3 changed files with 5 additions and 23 deletions

View file

@ -9,14 +9,10 @@
<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='CBF15ED9782FB482339E5F5B9DDCF3E58E523E71E8E9EF480596817AB5EA2E63'>
<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='/shared/misc.js'></script>
<script src='board.js'></script>
</body>
</html>