diff options
author | John Ankarström <john@ankarstrom.se> | 2021-03-03 14:36:03 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-03-03 14:36:03 +0100 |
commit | 27067b4d8e5e854f16e3bdb08c2f63f4250632a8 (patch) | |
tree | 3221635a1fda3604da02548debfab19b96ddd50c /interfaces/http/web/views/not_found.erb | |
parent | d40c681d2f9d56e01cd5f1ff3e586b79ea4397f9 (diff) | |
download | comb-27067b4d8e5e854f16e3bdb08c2f63f4250632a8.tar.gz |
Add 'url' field to config table
Diffstat (limited to 'interfaces/http/web/views/not_found.erb')
-rw-r--r-- | interfaces/http/web/views/not_found.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/http/web/views/not_found.erb b/interfaces/http/web/views/not_found.erb index 7a4228b..71912b3 100644 --- a/interfaces/http/web/views/not_found.erb +++ b/interfaces/http/web/views/not_found.erb @@ -1,3 +1,3 @@ -<h1>404 Not Found</h1> +<h2>404 Not Found</h2> <p>The page you are looking for does not exist.</p> <p><a href="/">Go to front page</a>.</p> |