aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--404.html4
-rw-r--r--_includes/header.html1
2 files changed, 2 insertions, 3 deletions
diff --git a/404.html b/404.html
index 98a0eda..19e4cfa 100644
--- a/404.html
+++ b/404.html
@@ -3,6 +3,6 @@ layout: empty
title: 404 - Not Found
---
<div class="text-center">
-<h1>404</h1>
-<p>The requested page does not exist. Return to <a href="/">main site</p>
+ <h1>404</h1>
+ <p>The requested page does not exist. Return to <a href="/">main site</a>.</p>
<div> \ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
index 0a3c3f3..da8e434 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -45,7 +45,6 @@
</nav>
<div class="container">
- <div class="alert alert-warning">This website is work in progress.</div>
{{ content }}
</div>
{% endcapture %}