-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
43 lines (35 loc) · 813 Bytes
/
404.html
File metadata and controls
43 lines (35 loc) · 813 Bytes
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
---
layout: pages-fixed-footer
title: 404 Error
permalink: /404
---
<head>
<link rel = "stylesheet" type = "text/css" href = "/assets/css/summercamp.stylesheet.css">
</head>
<!-- Body begins here -->
<div class = "container">
<div class="col-md-12">
<h2 class="summercamp-title">404 Error</h2>
<hr class="one-hr"/>
</div>
</div>
<div class="container">
<div class="col-md-12">
<p class="summercamp">Oops! Looks like the page you are looking for does not exist.
<a class="paragraph-links" href="/index.html/">Click here to return home</a>
</p>
</div>
</div>
<div class="container">
<div class="col-md-12">
<br>
<br>
<br>
</div>
</div>
<!-- Body ends here -->
<style>
p.summercamp {
text-align:center;
}
</style>