Untitled
2 years ago in HTML
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="index.css">
<head>
<title>Anonymous</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="bo">
<div id="fo">
<img src="/images/insta.png"/>
</div>
<div id="gm">
<input type="text" placeholder="username"/>
</div>
<div id="pa">
<input type="password" placeholder="password"/>
</div>
<div id="bu">
<input id="ba" type="button" value="Log In"/>
</div>
<div>
<a href="/images/simple.jpg" target="_pare"><p id="fa">Forgeten your password ?</p></a>
</div>
</div>
</body>
</html>