-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (23 loc) · 770 Bytes
/
404.html
File metadata and controls
24 lines (23 loc) · 770 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
---
layout: default
title: "404: Page not found"
description: "Could not find what you are looking for! 404: Page not found error."
---
<section class="content container">
<div class="row">
<div class="col-md-12 text-center" >
<span style="font-size:80px;">404</span>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center" >
<span style="font-size:80px;">Page not found!!</span>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p style="font-size: 24px">Looks like the page you're trying to visit doesn't exist.<br />Please check the URL and try your luck again.</p>
<p style="font-size: 24px">You can also go back to the <a href="/">home page</a></p>
</div>
</div>
</section>