forked from just-the-docs/just-the-docs
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path404.html
More file actions
15 lines (11 loc) · 784 Bytes
/
404.html
File metadata and controls
15 lines (11 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: default
title: 404
permalink: /404
nav_exclude: true
search_exclude: true
---
<h1>Page not found</h1>
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this <a href="{{ '/' | absolute_url }}">site's home page</a>.</p>
<p>If you are looking for specific content and can't find it, feel free to <a href="https://github.com/countable-web/ops/discussions/1">comment on Github</a> or <a href="mailto:operations@countable.ca?subject =Ops Manual Question">email our Operations team</a>. </p>
<p>If you find a bug *you're* able to fix, feel free to submit a <a href="https://github.com/countable-web/ops/pulls">pull request</a>- and thanks in advance!</p>