Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
6thought authored Apr 4, 2024
1 parent fa4ff5f commit 4dced3c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@
}
</style>
<progress class="progress is-small is-black" max="100"></progress>
</body>
<script>
currentUrl = window.location.href;
append = "You are currently visiting " + currentUrl + "...";
web1 = document.createTextNode("");
append.appendChild(web1);
</script>
<p id="web1"></p>
<script>
document.getElementById("web1").innerHTML =
"You are currently visting" + window.location.href + "...";
</script>
<div class="center">
<br class="is-unselectable">
<br class="is-unselectable">
Expand All @@ -69,4 +67,5 @@ <h3> You are currently visiting</h3>
<button class="button is-link is-outlined is-unselectable"> <a href="/settings.html">Settings</a>
</button>
</div>
</body>
</html>

0 comments on commit 4dced3c

Please sign in to comment.