-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
22 lines (20 loc) · 846 Bytes
/
error.html
File metadata and controls
22 lines (20 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<link rel="stylesheet" type="text/css" href="semantic/dist/semantic.min.css">
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="semantic/dist/semantic.min.js"></script>
<div class="ui text center aligned container">
<div class="404">
<h2 class="ui icon header">
<i class="settings icon"></i>
<div class="content">
Oops! 404 Not Found
<div class="sub header">
Sorry, an error has occured, Requested page not found!
</div>
</div>
</div>
<a href="http://www.churp.io" class="ui primary button"><i class="home icon"></i>Take Me Home</a>
<a href="mailto:[email protected]" class="ui button"><i class="envelope icon"></i>Contact Support</a>
</div>