diff options
author | Yigit Sever | 2021-04-15 03:39:36 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 03:39:36 +0300 |
commit | 376ec590ea5da21315a37292817997352e58dee6 (patch) | |
tree | b4a9d8d0697c1ae2063fbca27a9e09dbd23fc7b6 /site/public/404.html | |
parent | f04141d2ab699d86d7bfe37a3c77fc9c7ccad74d (diff) | |
download | gradecoin-376ec590ea5da21315a37292817997352e58dee6.tar.gz gradecoin-376ec590ea5da21315a37292817997352e58dee6.tar.bz2 gradecoin-376ec590ea5da21315a37292817997352e58dee6.zip |
Create the static site
DON'T FORGET TO CHANGE site/config.toml BEFORE DEPLOYMENT
Diffstat (limited to 'site/public/404.html')
-rw-r--r-- | site/public/404.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/public/404.html b/site/public/404.html new file mode 100644 index 0000000..f8414f0 --- /dev/null +++ b/site/public/404.html | |||
@@ -0,0 +1,3 @@ | |||
1 | <!doctype html> | ||
2 | <title>404 Not Found</title> | ||
3 | <h1>404 Not Found</h1> | ||