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> <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>