-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1004 Bytes
/
index.html
File metadata and controls
35 lines (35 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--
AUTHOR : ABDUL WAHID NAAFI
INSTAGRAM : @IAM_NAAFI
INSTAGRAM : @NAAFICODES
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="maincontainer">
<div class="monkeylogin">
<div class="animcon" id="animcon">
<img id="hands" src="images/hands.png"/>
</div>
<div class="formcon">
<form>
<input type="email" id="mail" name="" onclick="openeye();" class="tb" placeholder="Email" autocomplete="off"/>
<br/>
<br/>
<input type="password" id="pwdbar" onclick="closeye();" name="pwd" class="tb"placeholder="Password" />
<br/>
<br/>
<input type="submit" name="" class="sbutton" value="L O G I N" />
</form>
</div>
<footer class="foot"><a style="color: #5a5449; text-decoration: none;" href="https://naaficodes.github.io">Naaficodes</a></footer>
</div>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>