From fd258232b1a1e502abbb149972e7a0434bf3052c Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Wed, 30 Jan 2019 18:18:17 +0100
Subject: [PATCH] Add links to repo and blog

---
 app/assets/index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app/assets/index.html b/app/assets/index.html
index 2dcc46c..f9ec51f 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -41,6 +41,11 @@
       clear (recent) browsing history.
     </p>
 		<div id="react-root"></div>
+    <p>
+      See [my post about this technique](https://frank.sauerburger.io/2019/01/30/tls-tracking.html)
+      and the [development repository for
+      this live demonstration](https://gitlab.sauerburger.com/frank/tls-tracking).
+    <p>
 	</main>
   <footer>
     <p>
-- 
GitLab