diff --git a/content/assets/images/logo.png b/content/assets/images/logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..8cdf33d993d51933879ea430205315c61028a691
Binary files /dev/null and b/content/assets/images/logo.png differ
diff --git a/content/index.html b/content/index.html
index ccd69eb6febe1c208bb5743b1e5552a15d68fa84..b4c62c0ff6e599e98ab119addb01feeabe62385d 100644
--- a/content/index.html
+++ b/content/index.html
@@ -3,6 +3,11 @@
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, initial-scale=1">
 		
+		<link
+			rel="icon"
+			href="assets/images/logo.png"
+		>
+		
 		<link
 			rel="stylesheet"
 			href="assets/css/base.css"