diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-04-23 19:56:10 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-04-23 19:56:10 +0800 |
commit | b8b525b213e6256513dce8ef20aa82889b4a63c2 (patch) | |
tree | 90af8a6c24329ae0396d25d0df0f2fefb21b6e52 /alabaster-lite/404.html |
Initial commit
Custom alabaster theme
3 blogposts and 2 metaposts
Deployment script
Diffstat (limited to 'alabaster-lite/404.html')
-rw-r--r-- | alabaster-lite/404.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alabaster-lite/404.html b/alabaster-lite/404.html new file mode 100644 index 0000000..a1d1269 --- /dev/null +++ b/alabaster-lite/404.html @@ -0,0 +1,10 @@ +{% extends "main.html" %} + +{% block content %} + <h1>Page not found: 404 error</h1> + + <p> + There is nothing here. + </p> + +{% endblock %} |