-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (48 loc) · 1.98 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>E-Cell</title>
<link rel="icon" href="img/download.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<img class="wave" src="img/wave1.gif">
<div class="container">
<div class="img iphone">
<img class="iphone" src="img/iphone1.gif">
</div>
<div class="content">
<form action="index.html">
<img src="">
<h2 class="quiz" style="text-align: left; font-family:Arial, Helvetica, sans-serif; color:#2f2fa2; font-size:70px">QuizFeed</h2>
<h2 class="title" style="color: #32be8f;">Welcome</h2>
<div class="space one">
<div class="i">
<i class="fas fa-user"></i>
</div>
<div class="div">
<h5>Email address</h5>
<input type="email" name="email" class="input">
</div>
</div>
<div class="space pass">
<div class="i">
<i class="fas fa-lock"></i>
</div>
<div class="div">
<h5>Password</h5>
<input type="password" name="password" class="input">
</div>
</div>
<a href="forgot.html">Forgot Password?</a>
<a href="register.html">Register Here</a>
<input type="submit" class="btn" value="Login">
</form>
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>