-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
27 lines (22 loc) · 868 Bytes
/
index1.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
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" href = "index1.css" type = "text/css">
<link rel="stylesheet" href="bootstrap-3.3.6-dist/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="bootstrap-3.3.6-dist/js/bootstrap.min.js"></script><script type = "text/javascript" src="index1.js"></script>
</head>
<body class="body">
<div class="div1 hidden-sm hidden-xs">
<img class="logo1" src="media/logo2.png">
</div>
<div class="div2 hidden-lg hidden-md">
<img class="logo2" src="media/IIITJ.jpg">
</div>
<div class="div3">
<h1>Some Text</h1>
</div>
<div class="div4">
</div>
</body>
</html>