-
Notifications
You must be signed in to change notification settings - Fork 8
/
eleventh.html
38 lines (31 loc) · 1.34 KB
/
eleventh.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
<html>
<head>
<title>TimeLess - 11th Notes</title>
<link href="Photos/timeless.png" rel="icon">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="eleventh.css">
</head>
<body>
<header class="header">
<img src="Photos/timeless.png" class="Timeless-icon">
<nav>
<ul class="nav">
<li><a href="index.html"><img src="Photos/house.png" class="icons"></a></li>
<li><a href="Notes.html"><img src="Photos/notepad.png" class="icons"></a></li>
<li><a href="login.html"><img src="Photos/login.png" class="icons"></a></li>
</ul>
</nav>
</header>
<div class="title">Class - 11th</div>
<div class="class-eleventh">
<div class="physics">
<a href="Ephysics.html"><img src="Photos/physics-11.png" class="subject-icons"></a> <br>
<a href="Ephysics.html"><p>Physics</p></a>
</div>
<div class="chemistry">
<a href="Echemistry.html"><img src="Photos/chemistry-11.png" class="subject-icons"></a> <br>
<a href="Echemistry.html"><p>Chemistry</p></a>
</div>
</div>
</body>
</html>