diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
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" |
