diff --git a/alwaysLoaded.js b/alwaysLoaded.js new file mode 100644 index 0000000..ab172a1 --- /dev/null +++ b/alwaysLoaded.js @@ -0,0 +1,3 @@ +function setDisplayURL(newURL) { + window.history.pushState(null, '', newURL); +} diff --git a/index.html b/index.html index 2b18dd6..558325a 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,67 @@ - +