diff --git a/internal/static/css/99-spyda.css b/internal/static/css/99-spyda.css
index 1c1b040..aa18c83 100644
--- a/internal/static/css/99-spyda.css
+++ b/internal/static/css/99-spyda.css
@@ -2,23 +2,6 @@ body, html {
overflow-x: hidden;
}
-body:before {
- background: #e40000;
- border-bottom: 1px solid #c90000;
- box-shadow: inset 0 1px 0 #fc0000;
- color: #fff;
- content: "WARNING: This search engine is still work-in-progress! Expect less than perfect search results!";
- display: block;
- height: 30px;
- line-height: 30px;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- text-align: center;
- z-index: 1000000;
-}
-
article p img {
display: block;
margin-top: 0.5rem;
diff --git a/internal/templates/base.html b/internal/templates/base.html
index 88f41f9..4e005d2 100644
--- a/internal/templates/base.html
+++ b/internal/templates/base.html
@@ -74,6 +74,13 @@
{{template "content" . }}
+
+
+ This search engine is a work in progress
+ Please contact Support
+ if you have any questions, concerns or feedback!
+
+