diff --git a/src/views/error.ecr b/src/views/error.ecr
index 8304695d..a0fe014a 100644
--- a/src/views/error.ecr
+++ b/src/views/error.ecr
@@ -1,4 +1,5 @@
<% content_for "header" do %>
-<%= "Error - " %>
+
<%= "Error" %> - Invidious
<% end %>
+
<%= error_message %>
\ No newline at end of file
diff --git a/src/views/index.ecr b/src/views/index.ecr
index 483a0c51..885c8d5c 100644
--- a/src/views/index.ecr
+++ b/src/views/index.ecr
@@ -1,2 +1,3 @@
<% content_for "header" do %>
+Invidious
<% end %>
\ No newline at end of file