This repository was archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
39 lines (35 loc) · 1.28 KB
/
404.html
File metadata and controls
39 lines (35 loc) · 1.28 KB
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
---
layout: default
permalink: /404.html
pageTitle: Error 404
---
<div class="main-content gradient-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12 col-lg-10 col-xl-9 text-center pt-5">
<h3 class="display-2">Error <strong>404</strong></h3>
<p class="display-4">
The page you are looking for cannot be found.
</p>
</div>
</div>
<div class="row">
<div class="col-10 col-lg-6 offset-lg-1 product-header mt-5 mb-1 py-0 py-sm-5">
<h2 class="display-4 uppercase">Common Pages</h2>
<p class="lead m-0">Here are a few useful resources you may be looking for</p>
<div class="title-bar title-bar-pink"></div>
</div>
</div>
<div class="row mb-5 justify-content-center">
<div class="col-2">
<p><a class="btn btn-secondary text-white" href="{{ site.baseurl }}{% link products.html %}">Products</a></p>
</div>
<div class="col-2">
<p><a class="btn btn-secondary text-white" href="{{ site.baseurl }}{% link services.html %}">Services</a></p>
</div>
<div class="col-2">
<p><a class="btn btn-secondary text-white" href="{{ site.baseurl }}{% link news.html %}">News</a></p>
</div>
</div>
</div>
</div>