This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-static/dist/admin/connection.html

45 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<link rel="stylesheet" href="../dep/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../dep/fork-awesome/css/fork-awesome.min.css">
<link rel="stylesheet" href="style.css">
<script src="../dep/jquery/jquery.js"></script>
<script src="../dep/bootstrap/js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<div id="main-area">
<div class="container container-password">
<!-- debut de la partie modifiable -->
<div class="card card-connection">
<div class="card-header">
Se connecter
</div>
<div class="card-body">
<div class="form-group">
<input type="text" class="form-control" id="pseudo" aria-describedby="pseudo" placeholder="Pseudonyme">
</div>
<div class="form-group">
<input type="password" class="form-control" id="password" aria-describedby="password" placeholder="Password">
</div>
<a href="index.html" class="btn btn-success btn-block">CONNEXION</a>
</div>
</div>
<!-- fin de la partie modifiable -->
</div>
<nav class="nav justify-content-end">
<span class="nav-link disabled">Created with <i class="text-danger fa fa-heart"></i> with Bootstrap4 and Fork-Awesome</span>
</nav>
</div>
</body>
</html>