From 051ff1871a163c62f1c5f5aa5ffb0ac18da49424 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 27 Apr 2020 02:47:38 -0400 Subject: #11 Handle unknown paths with 404 page --- public/static/404.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 public/static/404.html (limited to 'public/static/404.html') diff --git a/public/static/404.html b/public/static/404.html new file mode 100644 index 0000000..dae7941 --- /dev/null +++ b/public/static/404.html @@ -0,0 +1,29 @@ + + + + + + + + Page not found - AO Coverage + + + + +
+
+ +

404

+
+
+
+
+
+

Oops! The page you are looking for does not exist.

+

Visit the front page

+
+
+
+ + + \ No newline at end of file -- cgit