removed '.html' extension from links

This commit is contained in:
2024-04-07 09:15:24 -07:00
parent 476cd1b282
commit 9abdc7c2db
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -27,9 +27,9 @@
<div class="content">
<h1>Welcome to my Personal Website!</h1>
<p>My (user)name's ION606, feel free to looks at my stuffs</p>
<button onclick="window.location.href = 'README.html';">README</button>
<button onclick="window.location.href = 'links.html';">Links</button>
<button onclick="window.location.href = 'projects.html';">Projects</button>
<button onclick="window.location.href = 'README';">README</button>
<button onclick="window.location.href = 'links';">Links</button>
<button onclick="window.location.href = 'projects';">Projects</button>
</div>
</div>