basic outline of logins

This commit is contained in:
ansuz
2016-12-16 15:19:17 +01:00
parent 2968488278
commit 67baf30d65
2 changed files with 116 additions and 82 deletions

View File

@@ -15,6 +15,13 @@
</style>
</head>
<body>
<div data-localization="login_warning"></div>
<input type="text" name="username" id="username" data-localization-placeholder="login_username"><br />
<input type="password" name="password" id="password" data-localization-placeholder="login_password"><br />
<button id="login">login</button>
<input type="checkbox" name="remember" id="remember"><label for="remember" data-localization="login_remember"></label>