From 723034502fe5b7ac597c0f6f43eaecd8c3c9bed7 Mon Sep 17 00:00:00 2001
From: Melody Horn <melody@boringcactus.com>
Date: Sun, 5 Dec 2021 22:20:38 -0700
Subject: add a favicon

---
 index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.html b/index.html
index bc7a760..36bc052 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <title>queue go brrr</title>
+    <link rel="icon" href="https://www.boringcactus.com/assets/icon.svg">
     <style>
     #canvas {
         display:none;
-- 
cgit v1.2.3