<%= status %>
<% if (status >= 500) { %>
-
<%= error %>
+
Oops, looks like we're having a problem with your request.
Refreshing might fix the problem. If not, sit tight! We're on it!
<% } else if (status === 404) { %>
Sorry, it looks like the file you asked for is gone.
Take Me Home
<% } else { %>
-
<%= error %>
+
<%= error %>
Take Me Home
<% } %>
diff --git a/web/public/images/logo-dark.png b/web/public/images/logo-dark.png
new file mode 100644
index 0000000..c6f2818
Binary files /dev/null and b/web/public/images/logo-dark.png differ
diff --git a/web/public/maintenance.html b/web/public/maintenance.html
index 5a36edd..7c6d1e1 100644
--- a/web/public/maintenance.html
+++ b/web/public/maintenance.html
@@ -15,7 +15,7 @@
-

+
diff --git a/web/public/src/partials/file.html b/web/public/src/partials/file.html
index 254f68b..3e37849 100644
--- a/web/public/src/partials/file.html
+++ b/web/public/src/partials/file.html
@@ -1,6 +1,6 @@