-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
81 lines (72 loc) · 2.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>Page not found | FRC 6506 Programming</title>
<style type="text/css" media="screen">
body {
background-color: #f1f1f1;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
p.largerHeading {
color: "black"; letter-spacing: -1px; font-size: 80px; font-weight: 100; text-shadow: 0 1px 0 #fff; line-height: .8;
}
p.bigP {
color: "black"; font-size: 50px; line-height: .7;
p.normalP {
color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6;
}
</style>
</head>
<body>
<p class=largerHeading><strong>404</strong></p>
<p class=bigP><strong>Page not found</strong></p>
<p class=normalP>
The site configured at this address does not
contain the requested file.
</p>
<p class=normalP>
Return to the <a href="https://frc6506.github.io/">index</a> or use the back button in your browser.
</p>
<p class=normalP>
<br>
If this is your site, make sure that the filename case matches the URL.<br>
For root URLs (like <code>http://example.com/</code>) you must provide an
<code>index.html</code> file.
</p>
<p class=normalP>
<a href="https://help.github.com/pages/">Read the full documentation</a>
for more information about using <strong>GitHub Pages</strong>.
</p>
<div id="suggestions">
<br>
<a href="https://githubstatus.com">GitHub Status</a> —
<a href="https://twitter.com/githubstatus">@githubstatus</a>
</div>
<p class=normalP>
Some information text borrowed from default GitHubPages 404 page
</p>
<p class-normalP>
Edit on GitHub:
<br>
<a href="https://www.github.com/frc6506/frc6506.github.io">
<img width="32" height="32" title="" alt="" src="https://frc6506.github.io/docs/GitHub-Mark-120px-plus.png">
</a>
</p>
<p class-normalP>
Or check out our main website:
<br>
<a href="https://steelboot.weebly.com">
<img width="32" height="32" title="" alt="" src="https://frc6506.github.io/docs/TeamLogoSquare.jpg">
</a>
</p>
<p class-normalP></p>
Or our programming documentation website:
<br>
<a href="https://frc6506.github.io/docs">
<img width="32" height="32" title="" alt="" src="https://frc6506.github.io/docs/TeamLogoSquare.jpg">
</a>
</p>
</body>
</html>