diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-15 00:40:31 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-15 00:47:13 -0700 |
| commit | 3247597023d51c7dec0c920db604a72919b77f3e (patch) | |
| tree | 27ff4c87da9d7e34bf09b007238f8e9cbb5194af | |
| parent | 970e6013b4bc56d0156051664f2e3b42145ae48e (diff) | |
add moekyun link shortner to navigation
| -rw-r--r-- | about.html | 3 | ||||
| -rw-r--r-- | index.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -21,7 +21,8 @@ <h3>Navigation</h3> <ul> <li><a href="/">Home</a></li> - <li><a href="#">About Me</a></li> + <li><a href="/about.html">About Me</a></li> + <li><a href="https://moekyun.me">moeify my link</a></li> </ul> <img src="assets/pfp.webp" @@ -21,6 +21,7 @@ <ul> <li><a href="/">Home</a></li> <li><a href="/about.html">About Me</a></li> + <li><a href="https://moekyun.me">moeify my link</a></li> </ul> <img src="assets/pfp.webp" @@ -93,7 +94,7 @@ </p> <div class="projects-section"> - <h1 style="color: #ff69b4">cool and intersting stuff</h1> + <h1 style="color: #ff69b4">cool and interesting stuff</h1> <h4>or at least i think they're pretty cool :( go check them out!</h4> <ul> <li> |
