22 lines
474 B
Markdown
22 lines
474 B
Markdown
---
|
|
layout: layouts/base.njk
|
|
permalink: /offline/
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
# Ooops!
|
|
|
|
We're offline at the moment! Check your internect connection, or try again later.
|
|
|
|
Go <a href="/">home</a>.
|
|
|
|
<!--
|
|
|
|
Read more: https://www.11ty.dev/docs/quicktips/not-found/
|
|
|
|
This will work for both GitHub pages and Netlify:
|
|
|
|
* https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/
|
|
* https://www.netlify.com/docs/redirects/#custom-404
|
|
|
|
-->
|