-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
32 lines (30 loc) · 1.38 KB
/
404.html
File metadata and controls
32 lines (30 loc) · 1.38 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
<!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>404 Not Found</title>
</head>
<body>
<header id="header" class="fixed-top header-inner-pages">
<div class="container d-flex align-items-center justify-content-lg-between">
<h1 class="logo me-auto ms-lg-0"><a href="./index#hero">The Tech Fellas</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<!-- .navbar -->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto" href="./index#hero">Home</a></li>
<li><a class="nav-link scrollto active" href="./omnigogy">Training</a></li>
<li><a class="nav-link scrollto" href="./index#about">About</a></li>
<li><a class="nav-link scrollto" href="./index#team">Team</a></li>
<li><a class="nav-link scrollto" href="./index#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<h1 class="text-center">Webpage Not Found</h1>
</body>
</html>