register
This commit is contained in:
@@ -5,16 +5,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css">
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/css/iziToast.min.css">
|
||||
<title>Registration</title>
|
||||
|
||||
<style>
|
||||
div > input {
|
||||
width: 50%;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -22,18 +14,23 @@
|
||||
<i class="fad fa-shield-alt"></i>
|
||||
Lentia – Yggdrasil
|
||||
</h1>
|
||||
<h3>Page d"inscription</h3>
|
||||
<h3>Page d'inscription</h3>
|
||||
<hr>
|
||||
|
||||
<div>
|
||||
<input type="email" placeholder="Adresse mail" id="email">
|
||||
<input type="text" placeholder="Nom d"utilisateur" id="username">
|
||||
<input type="text" placeholder="Nom d'utilisateur" id="username">
|
||||
<input type="password" placeholder="Mot de passe" id="password">
|
||||
<button id="registerBtn">
|
||||
<button onclick="register()">
|
||||
Créer mon compte !
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/js/iziToast.min.js"></script>
|
||||
<script src="./register.js"></script>
|
||||
<style>
|
||||
div > input {
|
||||
width: 50%;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user