From: Jer Noble <jer.noble@apple.com>
Date: Mon, 11 Apr 2022 18:16:27 +0000 (-0700)
Subject: Add favico
X-Git-Url: http://105106.c2e0p.group/pod.git/commitdiff_plain/1cedc47993751fd5420783cab3849843cfce45d9?ds=inline

Add favico
---

diff --git a/RJS_pod.jpg b/RJS_pod.jpg
new file mode 100644
index 0000000..418f881
Binary files /dev/null and b/RJS_pod.jpg differ
diff --git a/RJS_pod.png b/RJS_pod.png
new file mode 100644
index 0000000..e560ad4
Binary files /dev/null and b/RJS_pod.png differ
diff --git a/index.html b/index.html
index 499079d..853b8aa 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,10 @@
 <head>
 	<meta charset="utf-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<link rel="icon" href="https://rjspod.live/RJS_pod.png">
 	<title>RJS Pod</title>
 </head>
 <body>
+	<h1>RJS Pod</h1>
 </body>
 </html>
\ No newline at end of file