diff --git a/index.html b/index.html
index f48e4fa..0519bed 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
-
+
-
-
-
-
+
+
+
+
@@ -29,7 +29,7 @@
name="twitter:description"
content="Live TSS team leaderboards, battle logs, team profiles, uptime, and consented viewer analytics."
/>
-
+
Toothless' TSS Bot
diff --git a/public/light_fury_match.jpg b/public/light_fury_match.jpg
new file mode 100755
index 0000000..bb918e6
Binary files /dev/null and b/public/light_fury_match.jpg differ
diff --git a/server.cjs b/server.cjs
index 82be095..9479497 100644
--- a/server.cjs
+++ b/server.cjs
@@ -59,6 +59,8 @@ const mimeTypes = {
'.css': 'text/css; charset=utf-8',
'.html': 'text/html; charset=utf-8',
'.ico': 'image/x-icon',
+ '.jpeg': 'image/jpeg',
+ '.jpg': 'image/jpeg',
'.js': 'text/javascript; charset=utf-8',
'.json': 'application/json; charset=utf-8',
'.map': 'application/json; charset=utf-8',