diff options
Diffstat (limited to 'comments/src/templates/notfound.html')
-rw-r--r-- | comments/src/templates/notfound.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/comments/src/templates/notfound.html b/comments/src/templates/notfound.html new file mode 100644 index 0000000..795d262 --- /dev/null +++ b/comments/src/templates/notfound.html @@ -0,0 +1,6 @@ +<!doctype HTML> +<html> +<body> + <p>Not found!</p> +</body> +</html>
\ No newline at end of file |