mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
feat : devWeb - projet - making css architecture for login and register page
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
<head>
|
||||
<title>Login</title>
|
||||
<script defer type="text/javascript" src="js/login.js"></script>
|
||||
<link rel="stylesheet" href="css/login.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<section id="title"> Titre du jeu </section>
|
||||
<section id="form">
|
||||
<h1>Login</h1>
|
||||
<form id="loginForm" data-login-endpoint="api/login" action="dashboard.jsp" method="POST">
|
||||
<div class="field">
|
||||
@@ -20,11 +23,13 @@
|
||||
<input type="password" id="password" name="password" required>
|
||||
</div>
|
||||
|
||||
<input type="submit" value="Login">
|
||||
<input class="submit" type="submit" value="Login">
|
||||
|
||||
<p>Don't have an account? <a href="register.jsp">Register</a></p>
|
||||
</form>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user