-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
41 lines (40 loc) · 2.01 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: 404
title_svg: >-
<svg xmlns="http://www.w3.org/2000/svg"
role="heading"
class="svg__404"
viewBox="0 0 900.4 432.6"
aria-labelledby="error-title">
<title id="error-title" lang="en">404</title>
<path d="M284.2,258.9v51.8h-38.9v72.7h-64v-72.7H42l-2.5-40L180.4,48.3h64.9v210.6H284.2z M181.3,258.9V134.3l-6.2,11l-72.7,113.5
H181.3z"/>
<path d="M551.9,313.1c-5,16.5-12.2,30.3-21.5,41.3c-9.4,11.2-20.8,19.6-34.3,25.3c-13.5,5.7-28.7,8.5-45.6,8.5
c-16.7,0-31.8-2.8-45.3-8.5c-13.5-5.7-24.9-14.1-34.3-25.3c-9.5-11-16.8-24.8-22-41.3c-5.1-16.5-7.7-35.6-7.7-57.2v-80.1
c0-21.6,2.5-40.7,7.6-57.2c5.1-16.5,12.3-30.3,21.9-41.5c9.4-11,20.7-19.4,34.2-25.1c13.4-5.7,28.5-8.5,45.2-8.5
c16.9,0,32.1,2.8,45.6,8.5c13.5,5.7,25,14,34.5,25.1c9.4,11.2,16.6,25.1,21.6,41.5c5.1,16.5,7.6,35.6,7.6,57.2v80.1
C559.4,277.5,556.9,296.6,551.9,313.1z M495,161.7c-0.3-12.6-1.7-23.4-4-32.3c-2.4-9-5.9-16.1-10.5-21.5c-3.5-4.3-7.9-7.5-13-9.6
c-5.1-2.1-10.9-3.1-17.4-3.1c-7.2,0-13.5,1.3-19,4c-5.4,2.7-10,6.7-13.7,12.1c-4,5.7-6.9,13-8.9,22.1c-1.9,9.1-2.9,19.8-2.9,32.2
v37.1c0,7.4,0,12.3,0,14.7c0,2.5,0,6.1,0,10.8L495,161.7z M495,226.6c0-5.1,0-8.8,0-11.2c0-2.4,0-5.8,0-10.2l-89.3,66.3
c0.3,10.1,1.3,19.1,3.1,26.9c1.8,7.8,4.3,14.3,7.5,19.6c3.7,6.3,8.4,11,14,14c5.7,3.1,12.4,4.6,20.3,4.6c7.2,0,13.6-1.3,19.1-4
c5.5-2.7,10.1-6.8,13.8-12.3c3.8-5.8,6.7-13.3,8.6-22.4c1.9-9.1,2.9-19.9,2.9-32.3V226.6z"/>
<path id="svgFour" d="M849.9,258.9v51.8H811v72.7h-64v-72.7H607.8l-2.5-40L746.1,48.3H811v210.6H849.9z M747,258.9V134.3l-6.2,11L668,258.9H747z"/>
<!-- <path d="M747,383.4"/> -->
</svg>
layout: default
permalink: /404.html
baseurl: /
---
<main class="positioning__offset-global-nav error__main">
<div class="container">
<div class="row">
<div class="col my-5 pb-5">
{%- comment -%}
{% include breadcrumbs.html %}
{%- endcomment -%}
<h2 class="error__main-heading">Whoops! (404 Error)</h2>
<h3 class="error__sub-heading">Sorry...</h3>
</div>
</div>
</div>
</main>