diff --git a/assets/frogfind.gif b/assets/frogfind.gif
new file mode 100644
index 0000000..8a60958
Binary files /dev/null and b/assets/frogfind.gif differ
diff --git a/index.php b/index.php
index c5aa35e..c86d2ef 100644
--- a/index.php
+++ b/index.php
@@ -4,6 +4,7 @@
$show_results = FALSE;
$results_html = "";
$final_result_html = "
";
+$error_text = "";
if(isset( $_GET['q'])) { // if there's a search query, show the results for it
$query = urlencode($_GET["q"]);
@@ -78,6 +79,7 @@ function clean_str($str) {
FrogFind!
+
The Search Engine for Vintage Computers
@@ -88,10 +90,11 @@ function clean_str($str) {
Built by Action Retro on YouTube | Why build such a thing?
Powered by DuckDuckGo
+ v1.2