-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
26 lines (23 loc) · 948 Bytes
/
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
---
permalink: /404.html
title: PHPage Not Found
excludeNav: true
---
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style type="text/css" media="screen">
h1 {
margin: 30px 0;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<div="row">
<div class="col-12">
<h1 class="display-1 text-center">404</h1>
<p class="lead text-center"><strong>Page not found :(</strong></p>
<p class= "text-center">The requested page could not be found. Maybe you mistyped the URL or maybe the link you clicked went bad. <br> Either way, you can always try another link or go back to the home page :)</p>
<h5 class="text-center"><a href= "/"><button class="btn btn-warning">BACK TO HOME</button></a></h5>
</div>
</div>
</div>