-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 802 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WDD130 Home Page</title>
</head>
<body>
<h1>Welcome to WDD130 Web Projects</h1>
<nav>
<a href="aboutme/index.html">About Me Page</a>
<a href="wwr/index.html">White Water Rafting Website</a>
<a href="wwr/site-plan-rafting.html">White Water Rafting Siteplan</a>
<a href="positioning.html">Positioning Activity</a>
<a href="tech/index.html">Personal Website</a>
<a href="tech/site-plan.html">Personal Siteplan</a>
<a href="tech/search-bar.html">Search Bar</a>
</nav>
<p>Blessing Madhuma- WDD130</p>
</body>
</html>