generated from CollectionBuilder/collectionbuilder-sa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
45 lines (38 loc) · 1.2 KB
/
error.html
File metadata and controls
45 lines (38 loc) · 1.2 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
40
41
42
43
44
---
title: Error
layout: error
permalink: /error.html
# this creates a 404 page automatically handled by gh-pages
---
<div class="p-5 mx-auto col-md-8 col-12 justify-content-center">
<pre><code>
____________
< Sorry, No Caribou >
------------
\/ \/
\ \__/
\ (oo)\_______
(__)\ )\/\
||----- |
|| ||
</code></pre>
<!-- Error Title -->
<div class="title">
<h1 class="title-text" data-l10n-id="dnsNotFound-title">Hmm. We’re having trouble finding that species.</h1>
</div>
<!-- LONG CONTENT (the section most likely to require scrolling) -->
<div id="errorLongContent">
<!-- Short Description -->
<div id="errorShortDesc">
<p id="errorShortDescText">We can’t find any Caribou in Idaho</p>
</div>
<div id="errorLongDesc">
<strong xmlns="http://www.w3.org/1999/xhtml">If that address is correct, here are three other things you can try:</strong>
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Try again later.</li>
<li>Check your network connection.</li>
<li>Go to: <a href="{{ '/about.html' | relative_url }}">{{site.title}}: {{site.tagline}}</a></li>
</ul>
</div>
</div>
</div>