This repository was archived by the owner on Oct 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
executable file
·35 lines (33 loc) · 1.82 KB
/
404.html
File metadata and controls
executable file
·35 lines (33 loc) · 1.82 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
---
layout: default
permalink: '/404.html'
is_404: true
---
<article class="container404">
<div class="container404__bg">
<video preload="auto" playsinline="true" loop muted autoplay poster="https://res.cloudinary.com/csisideaslab/image/upload/f_auto,c_fill,e_blur:1000,w_2000/v1546467681/ocean/scs-hero-bg.png" >
<source src="https://res.cloudinary.com/csisideaslab/video/upload/v1546892967/ocean/404.mp4" type="video/mp4">
</video>
</div>
<header class="container404__header">
<h1>404 <span>Page not found</span></h1>
</header>
<section class="container404__content">
<p>Looks like you took a wrong turn! The page you are looking for was moved, removed, renamed, or might never have existed.</p>
<p>Return to the <a href="/index" title="Go to homepage">homepage</a> or use the search box below.</p>
<form class="ais-search-box" method="get" action="/search/" role="search">
<input id="search-404" type="search" class="input archive__search-input input--search ais-search-box--input" id="header-search" placeholder="{{ site.data.language.search_placeholder }}" autocomplete="on" name="query">
<span class="ais-search-box--reset-wrapper">
<button type="reset" title="Clear the search query." class="ais-search-box--reset">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="100%" height="100%">
<path d="M8.114 10L.944 2.83 0 1.885 1.886 0l.943.943L10 8.113l7.17-7.17.944-.943L20 1.886l-.943.943-7.17 7.17 7.17 7.17.943.944L18.114 20l-.943-.943-7.17-7.17-7.17 7.17-.944.943L0 18.114l.943-.943L8.113 10z" fill-rule="evenodd">
</path>
</svg>
</button>
</span>
<button type="submit" class="container404__search-submit">
<i class="icon-search" aria-label="Search"></i>
</button>
</div>
</section>
</article>