forked from textpattern/textpattern.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404page.html
More file actions
30 lines (23 loc) · 789 Bytes
/
404page.html
File metadata and controls
30 lines (23 loc) · 789 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
27
28
29
30
<!DOCTYPE html>
<html lang="en-GB-oxendict">
<head>
<meta charset="utf-8">
<title>{{ page.title }} / Textpattern CMS user documentation</title>
{% include head.html %}
<meta name="robots" content="none">
</head>
<body id="jekyll-search" itemscope itemtype="https://schema.org/WebPage">
{% include header.html %}
<div class="container">
<div class="layout-container">
<div class="layout-2col">
{{ content }}
</div>
<div class="layout-2col">
<p><img alt="Page error" src="https://textpattern.io/assets/img/com/error.jpg" srcset="https://textpattern.io/assets/img/com/error@2x.jpg 2x, https://textpattern.io/assets/img/com/error.jpg 1x"></p>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>