-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!---<meta name="viewport" content="width=device-width, initial-scale=1.0">---->
<title>College Space for NITP CSE 2k20-24</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="logo.png" sizes="16x16">
<script src="jquery.js"></script>
</head>
<body>
<div class="sidebar">
<ul id="sidebar-ul" class="sidebar-ul">
<a href="/">
<img class="logo-img" src="logo.png" alt="Logo">
</a>
<li class="nav-item">
<button onclick="sideMenuClicked('Home')">Home</button>
</li>
<li class="nav-item">
<button><a href="mailto:[email protected]" style="text-decoration:none;">Contact Us</a></button>
</li>
</ul>
</div>
<div class="main-div">
<header>
<div class="header">
<h3>Home (NITP CSE 2k20-24)</h3>
</div>
</header>
<main id="main-container"></main>
</div>
<!----unique page view--->
<a href="https://www.hitwebcounter.com" target="_blank" style="position:fixed;bottom:0;right:200px">
<img style="height:15px;display:none;" src="https://hitwebcounter.com/counter/counter.php?page=7728085&style=0039&nbdigits=5&type=ip&initCount=00001" title="Total Website Hits" Alt="Web Hits" border="0" /></a>
<!-- pageview Code START -->
<a href="https://www.hitwebcounter.com" target="_blank" style="position:fixed;bottom:0;right:200px">
<img style="height:15px;display:none;" src="https://hitwebcounter.com/counter/counter.php?page=7729597&style=0005&nbdigits=5&type=page&initCount=0" title="Total Website Hits" Alt="Web Hits" border="0" /></a>
</body>
<script src="js/menuClick.js"></script>
<script src="js/menuItems.js"></script>
</html>