-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 893 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 893 Bytes
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AltSchool CSS Assignment</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<h1>My Name is Busari Olanrewaju</h1>
<h2>ALT/SOE/024/4871</h2>
</header>
<section>
<p>
Below are links to my Assignment
</p>
<div class="links">
<a href="./Otter-Essay/index.html">Assignment 1</a>
<a href="./Huckleberry/index.html">Assignment 2</a>
<a href="./Novus-watch/index.html">Assignment 3</a>
<a href="./Web-development-training-formg-/index.html">Assignment 4</a>
<a href="./wp-pusher/index.html">Assignment 5</a>
<a href="./Scissors/index.html">Assignment 6</a>
</div>
</section>
</body>
</html>