-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/master.css">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link rel="stylesheet" href="Bootstrap/css/bootstrap.min.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title></title>
</head>
<body>
<div class="main-container">
<h1 >Outcome</h1>
<h3 class="heading">-IPU Results</h3>
<div class="row">
<div class="col-lg-12 col-sm-12 col-md-12">
<form action="#">
<div class="form-group">
<input type="text" placeholder="Enrollment Number" class="form-control">
<a href="#" class="btn btn-primary">Search</a>
</div>
<p style="text-align: center; color: antiquewhite; font-size: 25px;">
<br> CSE, EEE, ECE, MAE, CVE, BCA results <br><br>
Downloadable report cards <br><br>
University/College ranks
</p>
</form>
</div>
</div>
</div>
</body>
</html>