diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-27 18:18:06 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | d2277b1f9b17e61456cd312ef54542e1cfa81a40 (patch) | |
tree | 3f7f4b6dffe95c0f9909921dd47700e733b4ee47 /views/404.html | |
parent | 9f8195162295d2a789462e6b13394174a5745100 (diff) |
restructuring, part 1 of many
Diffstat (limited to 'views/404.html')
-rw-r--r-- | views/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/404.html b/views/404.html new file mode 100644 index 0000000..4be77e5 --- /dev/null +++ b/views/404.html @@ -0,0 +1,7 @@ +<div class="box2"> + <h1>404</h1> + + <p> + Click <a href="/">here</a> to return to the index. + </p> +</div> |