-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patherror.html
More file actions
26 lines (25 loc) · 802 Bytes
/
error.html
File metadata and controls
26 lines (25 loc) · 802 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
25
26
---
layout: page.njk
title: Not Found Error
date: 2020-03-31T05:24:53.929Z
---
<main>
<section class="error-section">
<div class="container-fluid">
<div class=
"row no-gutters align-items-center justify-content-center">
<div class="col-md-4">
<div class="rep-area"><img alt="Juji Avatar" src=
"/assets/img/ui/juji-profile.png"></div>
</div>
<div class="col-md-5 col-element">
<div class="title-area">
<h1>Oops, I am lost...</h1>
<h4>I don't know where you want to go. For technical difficulties,
please email support@juji.io</h4>
</div>
</div>
</div>
</div>
</section>
</main>