fixed login issue on chromium; moved docker into mwaeckerlin/docker.js on github

This commit is contained in:
Marc Wäckerlin
2016-11-23 15:58:20 +00:00
parent c55d4eed6b
commit bfaf5591a5
11 changed files with 39 additions and 514 deletions

View File

@@ -48,10 +48,10 @@
<div id="login">
<h1>Login</h1>
<form onsubmit="connect()">
<label for="username">User Name</label>
<input id="username" type="text" />
<label for="password">Password</label>
<input id="password" type="password" />
<label for="usernamefield">User Name</label>
<input placeholder="User Name" id="usernamefield" type="text" />
<label for="passwordfield">Password</label>
<input placeholder="Password" id="passwordfield" type="password" />
<button type="button" onclick="connect()">Login</button>
</form>
</div>