You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.3 KiB
37 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>connection</title>
|
|
<link rel="stylesheet" href="styles/commonStyles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>You are back ?!</h1>
|
|
<form method="POST" name="goBackHome" id="Go Home">
|
|
<input type="submit" value="Home Page"/>
|
|
<input type="hidden" name="action" value="goHome"/>
|
|
</form>
|
|
</header>
|
|
<div>
|
|
<form method="POST" name="connectionForm" id="connectionForm">
|
|
<p>Login
|
|
<input type="text" name="login" required/></p>
|
|
<p>Password
|
|
<input type="password" name="mdp" required/></p>
|
|
<br/>
|
|
<br/>
|
|
<input class="button" type="submit" value="Log In"/>
|
|
<input type="hidden" name="action" value="connection">
|
|
</form>
|
|
<br/>
|
|
<br/>
|
|
</div>
|
|
<div>
|
|
<form method="POST" name="accessInscription" id="accesInscription">
|
|
<h2>You are new here?</h2>
|
|
<input class="button" type="submit" value="Sign Up"/>
|
|
<input type="hidden" name="action" value="accessInscription">
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |