forked from theobald-software/kb.theobald-software.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
43 lines (39 loc) · 1.14 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
42
43
---
layout: 404-layout
title: 404 - Page not found
permalink: /404.html
---
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12">
{% include _tech/header.html %}
</div>
</div>
</div>
<div class="container" role="main">
<div class="row">
<div class="col-md-12">
<div id="hits">
<!-- Hits -->
</div>
<div class="redirect-message invisible">
<p>We haven't found the page you were looking for. Return to <a href="{{ site.url }}">Homepage</a>.</p>
</div>
</div>
</div>
</div>
<!-- TEMPLATES -->
{% raw %}
<script type="text/html" id="redirect-template">
<div class="redirect-message">
<p>The page you wanted to see has changed, just like our Help Portal! Were you looking for "<a href="{% endraw %}{{ url }}{% raw %}">{{title}}</a>"?</p>
</div>
</script>
<script type="text/html" id="no-redirect-template">
<div class="redirect-message">
<p>We haven't found the page you were looking for. Return to <a href="{% endraw %}{{ site.url }}{% raw %}">Homepage</a>.</p>
</div>
</script>
{% endraw %}
<!-- /TEMPLATES -->
<div style="margin-bottom: 200px;"> </div>