Include bootstrap css
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Login</title>
|
<title>Login</title>
|
||||||
|
|
||||||
|
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#invalidCredentials {
|
#invalidCredentials {
|
||||||
color: red;
|
color: red;
|
||||||
@ -25,6 +28,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
<head><title>Login</title>
|
||||||
<body>
|
<body>
|
||||||
<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>
|
||||||
@ -40,4 +44,4 @@
|
|||||||
<input type="submit" value="Login"/>
|
<input type="submit" value="Login"/>
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user