-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoe.html
99 lines (86 loc) · 2.84 KB
/
coe.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!doctype html>
<!-- well down -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>anatine - a free css template</title>
<link rel="stylesheet" href="css/home-page-style.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/insertion.css">
<link rel="stylesheet" type="text/css" href="css/expandable list.css">
<!-- -->
<link rel="stylesheet" href="styles.css">
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="js/script.js"></script>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
</head>
<body>
<section id="body" class="width">
<aside id="sidebar" class="column-left">
<header>
<h1><a href="#">Time-Table</a></h1>
<h2>Track Your Time-Table</h2>
</header>
<nav id="mainnav">
<ul>
<li><a href="index.html">Home</a></li>
<nav id='cssmenu'> <!-- JAVA SCRIPT -->
<ul>
<li class='has-sub'><a href='#'>UG</a>
<ul id="ugmenu">
<li><a href='coe.html'>COE</a></li>
<li><a href='ml.html'>ML</a></li>
<li><a href='cag.html'>CAG</a></li>
</ul>
</li>
<li class='has-sub'><a href='#'>PG</a>
<ul>
<li><a href='se.html'>SE</a></li>
<li><a href='cse.html'>CSE</a></li>
<li><a href='is.html'>IS</a></li>
</ul>
</li>
</ul>
</nav>
<li><a href="examples(modified 1).html">Faculty Time-Table</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</aside>
<section id="content" class="column-right">
<article>
<div class="container" >
<ul>
<li><a href="">2nd year</a></li>
<li><a href="">3rd year</a></li>
<li><a href="">4th year</a></li>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</ul>
</div>
<p> </p>
<d>
</d>
</article>
</section>
<div class="clear"></div>
</section>
</body>
</html>