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