From 394597d69fa486c925e9805c2386e9f573d30e2b Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Mon, 6 Jun 2016 18:20:42 +0100 Subject: [PATCH] Change 404 error page title --- web/public/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/error.html b/web/public/error.html index 1c6d3d1..9490de6 100644 --- a/web/public/error.html +++ b/web/public/error.html @@ -4,7 +4,7 @@ - Hostr - Error Encountered + Hostr - <% if (status === 404) { %>File Not Found<% } else { %>Error Encountered<% } %>