38.fail/index.htm

37 lines
991 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Thirty Eight</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="common.css">
</head>
<body>
<pre>
THIRTY EIGHT
============
We are the Thirty Eight
theres no other team like us
the first 37 groups dissolved
</pre>
<form>
<div class="box">
<label>
<input type="email" name="email" placeholder="USER">
<br>
</label>
<label>
<input type="password" name="password" placeholder="PASS">
</label>
</div>
<br>
<input type="submit" value="LOGIN"></input>
</form>
<div clas="footer">
<span>
<a href="registration.htm">» Register «</a>
</span>
</div>
</body>
</html>