Skip to content

Commit 8cd0cfa

Browse files
authored
Update sitemaplinks.html
1 parent 56ef65e commit 8cd0cfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Wiki/sitemaplinks.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</ul>
4141
<ul>
4242
<li>
43-
<a href="https://scratch-coding-hut.github.io/account">
43+
<a id="users" href="https://scratch-coding-hut.github.io/account">
4444
My Account
4545
</a>
4646
</li>
@@ -65,6 +65,8 @@ <h2>Wiki Homepage</h2>
6565

6666
<h2>List Of Wiki Pages,</h2>
6767
None yet. Stay tuned! If you make one please list it here as well.</body>
68+
<script>const user = document.getElementById('users');
69+
user.textContent = localStorage.getItem('username'); </script>
6870
</html>
6971

7072
<style>body {

0 commit comments

Comments
 (0)