-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
17 lines (16 loc) · 743 Bytes
/
404.html
File metadata and controls
17 lines (16 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
permalink: /404
layout: default
title: Error 404 Page not found
description: We're sorry, it looks like the page you're looking for has taken a day off
---
<div class="public public-404">
<div class="wrapper">
<h2 class="block-cera-title">ooops.<br class="mobile-size">responce code<strong> 404</strong></h2>
<p class="message inria-bold">We're sorry, it looks like the page you're looking for has taken a day off.</p>
<img src="/assets/images/errors/404.webp" alt="" class="public__image">
<p class="description">
Perhaps you can return back to <a href="/">Home page</a> and see other staff we have. Or you can <a href="/contacts">contact us</a> if you're looking for something specific.
</p>
</div>
</div>