added links page

This commit is contained in:
2024-04-07 09:10:11 -07:00
parent 92b1df8423
commit a78aa4aaf8
3 changed files with 211 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,7 @@
<title>Home - ION606.com</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/58801387" type="image/jpeg">
<script src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="script.js"></script>
@@ -28,6 +28,7 @@
<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>
</div>
</div>