-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsecondyear.html
More file actions
34 lines (31 loc) · 1.09 KB
/
secondyear.html
File metadata and controls
34 lines (31 loc) · 1.09 KB
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>
<head>
<title>TEAM ALPHA</title>
<link rel="stylesheet" type="text/css" href="css/1.css">
</style>
</head>
<body>
<!-- The sidebar -->
<div class="sidebar">
<img src="images/alpha.jpg" alt="Alpha" width="150" height="150">
<h3>SUBJECTS</h3>
<a href="2/oop.html">Object Oriented Programming</a>
<a href="2/co.html">Computer Organization</a>
<a href="2/os.html">Operating Systems</a>
<a href="2/alg.html">Algorithms</a>
<a href="2/dbms.html">Database Management Systems</a>
<a href="2/toc.html">Theory of Computation</a>
<a href="2/lp.html">Linux Programming</a>
</div>
<div class="content">
<h2>Select Year</h2>
<a href="firstyear.html" class="button">1st Year</a>
<a href="secondyear.html" class="button">2nd Year</a>
<a href="thirdyear.html" class="button">3rd Year</a>
<a href="fourthyear.html" class="button">4th Year</a>
<a href="home.html" class="button">Home Page</a>
<h2 style="text-align: center;padding: 100px;">Choose a Subject from Side Panel</h2>
</div>
</body>
</html>