summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index 3772400..303ca24 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,13 @@
       data-weak-refs
     />
 
+    <div id="location-storage" location="localhost"></div>
+    <script>
+        document
+            .querySelector("div#location-storage")
+            .setAttribute("location", document.location.href);
+    </script>
+
     <link
       data-trunk
       rel="icon"