forked from anas5550/myclassHomepage.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1000 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Class Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="myclass-homepage.css">
</head>
<body>
<div class="box">
<div class="logo">
<img src="lpu-logo.png" alt="Logo">
</div>
<div class="heading">
<p id="myclass">My Class</p>
<p id="sub-heading">Use your ums credentials to login</p>
</div>
<div class="form-box">
<form action="index.html" method="post">
<input type="text" name="username" placeholder="Username" > <br>
<input type="password" name="password" placeholder="Password" > <br>
<input type="submit" name="" value="Login">
</form>
</div>
<div class="myinfo">
<p>Designed By - <span>Anas Siddiqui </span></p>
</div>
</div>
</body>
</html>