2015-12-23 23:03:33 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-12-24 16:04:12 +00:00
|
|
|
|
2015-12-23 23:03:33 +00:00
|
|
|
<head>
|
|
|
|
<title>Login</title>
|
2015-12-24 00:09:18 +00:00
|
|
|
<script src="js/semantic.min.js"></script>
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/semantic.min.css">
|
2015-12-23 23:03:33 +00:00
|
|
|
</head>
|
2015-12-24 16:04:12 +00:00
|
|
|
|
2015-12-24 16:33:18 +00:00
|
|
|
<body id="aa">
|
|
|
|
<div class="ui inverted menu" id="ll">
|
2015-12-24 16:04:12 +00:00
|
|
|
<a class="item" href="./">Home</a>
|
|
|
|
<a class="item" href="./about.html">About</a>
|
|
|
|
<a class="item" href="./register.html">Register</a>
|
|
|
|
<div class="right menu">
|
|
|
|
<a class="item" href="./login.html">Login</a>
|
|
|
|
<a class="item" href="./account.html">Account</a>
|
|
|
|
</div>
|
2015-12-24 01:44:40 +00:00
|
|
|
</div>
|
2015-12-24 16:04:12 +00:00
|
|
|
<center>
|
2015-12-24 16:33:18 +00:00
|
|
|
<h1 id="nn">Login</h1>
|
|
|
|
<hr id="mm">
|
2015-12-24 16:04:12 +00:00
|
|
|
<br>
|
|
|
|
<div class="ui input">
|
2015-12-24 16:33:18 +00:00
|
|
|
<input type="text" placeholder="Username" id="rr">
|
2015-12-24 16:04:12 +00:00
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div class="ui input">
|
2015-12-24 16:33:18 +00:00
|
|
|
<input type="password" placeholder="Password" id="rr">
|
2015-12-24 16:04:12 +00:00
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<br>
|
2015-12-24 16:33:18 +00:00
|
|
|
<button class="ui primary button" id="qq">
|
2015-12-24 16:04:12 +00:00
|
|
|
Login
|
|
|
|
</button>
|
|
|
|
</center>
|
2015-12-23 23:03:33 +00:00
|
|
|
</body>
|
2015-12-24 16:04:12 +00:00
|
|
|
|
2015-12-23 23:03:33 +00:00
|
|
|
</html>
|