-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
32 lines (29 loc) · 839 Bytes
/
main.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
<html>
<head>
<link href="lft.css" type="text/css" rel="stylesheet">
<title>Leader's For Tomorrow-LFT(DTU)</title>
</head>
<body id="body">
<div id="university">
<img src="dtu.jpg" id="logo" alt="logo" height="100%"/>
<p id="dtu">DELHI TECHNOLOGICAL UNIVERSITY</p>
<img src="Bulb_flashes_4.gif" id="switch" alt="switch" height="80%"/>
</div>
<div id=menus>
<p id="menu"><img src="LEADERS FOR TOMORROWlogo.gif" alt="logo" id="menuLogo"/></p>
<ul id=navL>
<li><a href="#">About</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Sponsors</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="slideshow-class-goes-here">
<!-- more figures here as needed -->
</div>
<div class="content">
</div>
<div class="content1">
</div>
<script src="switch.js"></script>
</body>