-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
39 lines (36 loc) · 1.55 KB
/
Copy pathdev.html
File metadata and controls
39 lines (36 loc) · 1.55 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error 404 - Page Not Found</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<script src="back.js"></script>
<header>
<div class="navcontainer">
<nav class="navbar">
<div class="navdiv">
<div class="header"><a href="/">Adrian D'Costa</a></div>
<ul>
<li class="navlink"><a href="about#About">About Me</a></li>
<li class = "navlink"><a href="about#Education">Education</a></li>
<li class = "navlink"><a href="about#Skills">Technical Skills</a></li>
<li class = "navlink"><a href="about#Achievements">Key Achievements</a></li>
<li class = "navlink"><a href="about#Projects">Projects</a></li>
</ul>
</div>
</nav>
</div>
</header>
<main class="hero">
<h1><span class="name"> This page is under construction </span></h1>
<p class="tagline">Sorry but this page is currently being developed. Please check back later.</p>
<a class="button" onclick="goBack()">Go Back</a>
</main>
<footer>
© 2026 Adrian D'Costa
</footer>
</body>
</html>