-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNotes.html
More file actions
39 lines (30 loc) · 1.31 KB
/
Notes.html
File metadata and controls
39 lines (30 loc) · 1.31 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
35
36
37
38
39
<html>
<head>
<title>TimeLess - Notes</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="notes.css">
<link rel="icon" href="Photos/timeless.png">
</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="container">
<div class="eleventh">
<a href="eleventh.html"><img src="Photos/11th.png" class="classes-icon"></a> <br>
<a href="eleventh.html" class="number11"><p>11th</p></a>
</div>
<div class="twelfth">
<a href="twelfth.html"><img src="Photos/12th.png" class="classes-icon"></a> <br>
<a href="twelfth.html" class="number12"><p>12th</p></a>
</div>
</div>
</body>
</html>