Include bootstrap css
This commit is contained in:
parent
637efda810
commit
bb6fd11a92
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user