Include bootstrap css

This commit is contained in:
Jan Bader 2016-12-03 20:12:08 +01:00
parent 637efda810
commit bb6fd11a92

View File

@ -2,6 +2,9 @@
<head>
<title>Login</title>
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" />
<style>
#invalidCredentials {
color: red;
@ -25,6 +28,7 @@
});
</script>
</head>
<head><title>Login</title>
<body>
<form id="loginForm" action="/api/v1/login" method="POST">
<label for="username">User</label>
@ -40,4 +44,4 @@
<input type="submit" value="Login"/>
</form>
</body>
</html>
</html>