20 lines
459 B
HTML
20 lines
459 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>404</title>
|
|
</head>
|
|
<body>
|
|
<br />
|
|
<center>
|
|
<header class="d-flex flex-row w-100">
|
|
<a href="/">Home</a>
|
|
<a href="/about">About</a>
|
|
<a href="/contact-me">Contact Me</a>
|
|
</header>
|
|
<br />
|
|
Whoops! Page not found!
|
|
</center>
|
|
</body>
|
|
</html>
|