This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
41 lines (32 loc) · 1.82 KB
/
404.html
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
40
41
<!DOCTYPE html>
<html>
<head>
<title>404 | RBHS Bionic Bulldogs 12982</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link rel="stylesheet" href="global.css" />
<style>
</style>
</head>
<body>
<div id="navbar" class="w3-bar">
<a href="/"><img src="logo.png" class="logo" /></a>
<div class="w3-bar" style="width: auto">
<a class="w3-bar-item nav-elem" href="/">Home</a>
<a class="w3-bar-item nav-elem" href="members">Members</a>
<a class="w3-bar-item nav-elem" href="robot">Our Robot</a>
<a class="w3-bar-item nav-elem" href="sponsors">Sponsors</a>
<a class="w3-bar-item nav-elem" href="outreach">Outreach</a>
</div>
</div>
<div id="spacer"></div>
<main>
<h1>404 - Page Not Found</h1>
<h3 class="header">This is not the page you are looking for.</h3>
<p>The page you were looking for may have a new URL, or it may have been merged with a different page. If you are looking for information about our robot, see <a href="robot">Our Robot</a>. For information about team members, go to <a href="members">Members</a>. Information about our outreach and sponsors can be found on our <a href="outreach">Outreach</a> and <a href="sponsors">Sponsors</a> pages, respectively. For other information, we recommend you check our <a href="/">home page</a>. If you think you shouldn't be seeing this error, please contact us (the Bionic Bulldogs, FTC team #12982).</p>
</main>
<footer>
Created by FTC team #12982
</footer>
</body>
</html>