diff options
author | Andy Taylor | 2018-01-29 17:32:28 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-29 17:32:28 +1100 |
commit | c2eeba892f634fb1ba7feec993c0df3dd36642af (patch) | |
tree | 07c15cde96207c24e033e45e56c72a128c4b9314 /gocryptfs-readthedocs/404.html | |
parent | 246c2639be0fb9fb027b1878479d86cd90b7731a (diff) |
Adding copy of readthedocs theme from mkdocs 0.17.2 source
Diffstat (limited to 'gocryptfs-readthedocs/404.html')
-rw-r--r-- | gocryptfs-readthedocs/404.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/404.html b/gocryptfs-readthedocs/404.html new file mode 100644 index 0000000..a13ad46 --- /dev/null +++ b/gocryptfs-readthedocs/404.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + + <h1 id="404-page-not-found">404</h1> + + <p><strong>Page not found</strong></p> + +{% endblock %} |