diff options
| -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> |
