We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ef65e commit 8cd0cfaCopy full SHA for 8cd0cfa
Wiki/sitemaplinks.html
@@ -40,7 +40,7 @@
40
</ul>
41
<ul>
42
<li>
43
- <a href="https://scratch-coding-hut.github.io/account">
+ <a id="users" href="https://scratch-coding-hut.github.io/account">
44
My Account
45
</a>
46
</li>
@@ -65,6 +65,8 @@ <h2>Wiki Homepage</h2>
65
66
<h2>List Of Wiki Pages,</h2>
67
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>
70
</html>
71
72
<style>body {
0 commit comments