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