Add Header
This commit is contained in:
parent
e4755bcad8
commit
7a5bc35cc3
@ -33,18 +33,23 @@
|
||||
</head>
|
||||
<head><title>Login</title>
|
||||
<body>
|
||||
<form id="loginForm" action="/api/v1/login" method="POST">
|
||||
<label for="username">User</label>
|
||||
<input type="text" name="username" /><br />
|
||||
<div class="container" id="head">
|
||||
Budgeteer
|
||||
</div>
|
||||
<div class="container center-block" id="content">
|
||||
<form id="loginForm" action="/api/v1/login" method="POST">
|
||||
<label for="username">User</label>
|
||||
<input type="text" name="username" /><br />
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" /><br />
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" /><br />
|
||||
|
||||
<div id="invalidCredentials">
|
||||
The entered credentials are invalid
|
||||
</div>
|
||||
<div id="invalidCredentials">
|
||||
The entered credentials are invalid
|
||||
</div>
|
||||
|
||||
<input type="submit" value="Login" />
|
||||
</form>
|
||||
<input type="submit" value="Login" />
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user