forked from v4l3n71n/covas-bo
80 lines
2.9 KiB
HTML
80 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en"><head>
|
||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="description" content="">
|
||
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
||
<meta name="generator" content="Hugo 0.88.1">
|
||
<title>Signin Template · Bootstrap v5.1</title>
|
||
|
||
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/sign-in/">
|
||
|
||
|
||
|
||
<!-- Bootstrap core CSS -->
|
||
<link href="css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
||
<script src="js/config.js"></script>
|
||
<script src="js/login.js"></script>
|
||
<!-- Favicons -->
|
||
<link rel="apple-touch-icon" href="https://getbootstrap.com/docs/5.1/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
|
||
<link rel="icon" href="https://getbootstrap.com/docs/5.1/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
|
||
<link rel="icon" href="https://getbootstrap.com/docs/5.1/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
|
||
<link rel="manifest" href="https://getbootstrap.com/docs/5.1/assets/img/favicons/manifest.json">
|
||
<link rel="mask-icon" href="https://getbootstrap.com/docs/5.1/assets/img/favicons/safari-pinned-tab.svg" color="#7952b3">
|
||
<link rel="icon" href="https://getbootstrap.com/docs/5.1/assets/img/favicons/favicon.ico">
|
||
<meta name="theme-color" content="#7952b3">
|
||
|
||
|
||
<style>
|
||
.bd-placeholder-img {
|
||
font-size: 1.125rem;
|
||
text-anchor: middle;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
user-select: none;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.bd-placeholder-img-lg {
|
||
font-size: 3.5rem;
|
||
}
|
||
}
|
||
</style>
|
||
|
||
|
||
<!-- Custom styles for this template -->
|
||
<link href="css/signin.css" rel="stylesheet">
|
||
</head>
|
||
<body class="text-center">
|
||
|
||
<main class="form-signin">
|
||
<form>
|
||
<img class="mb-4" src="css/bootstrap-logo.svg" alt="" width="72" height="57">
|
||
<h1 class="h3 mb-3 fw-normal">Please sign in</h1>
|
||
|
||
<div class="form-floating">
|
||
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
|
||
<label for="emailInput">Email address</label>
|
||
</div>
|
||
<div class="form-floating">
|
||
<input type="password" class="form-control" id="floatingPassword" placeholder="Mot de passe">
|
||
<label for="floatingPassword">Password</label>
|
||
</div>
|
||
|
||
<div class="checkbox mb-3">
|
||
<label>
|
||
<input type="checkbox" value="remember-me"> Remember me
|
||
</label>
|
||
</div>
|
||
<button class="w-100 btn btn-lg btn-primary" id="loginButton" type="submit">Sign in</button>
|
||
<p class="mt-5 mb-3 text-muted">© 2017–2021</p>
|
||
</form>
|
||
</main>
|
||
|
||
|
||
|
||
|
||
|
||
</body></html> |