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.
27 lines
702 B
27 lines
702 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>connection</title>
|
|
<link rel="stylesheet" href="styles/commonStyles.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>You are back ?!</h1>
|
|
</header>
|
|
<div>
|
|
<h4>Username</h4>
|
|
<input type="text"/>
|
|
<h4>Password</h4>
|
|
<input type="password"/>
|
|
<br/>
|
|
<br/>
|
|
<input class="button" type="button" value="Log In"/>
|
|
<br/>
|
|
<br/>
|
|
<p>You are new here?</p>
|
|
<a class="button" href="./signUp.html">
|
|
<input type="button" value="Sign Up"/>
|
|
</a>
|
|
</div>
|
|
</body>
|
|
</html> |