summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-10-28 02:21:15 -0400
committerGitHub <noreply@github.com>2023-10-28 02:21:15 -0400
commit99df2aac4b7d79772f26cab7679c77790dbef084 (patch)
tree72daddb871417a887c86a06993dad33bce88b6cd
parent7619cdf8c8db36642ba3da226ba12e11d9c69b67 (diff)
Fix mailto
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3144cf3..387ba60 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,7 @@
<li><a href="https://circleshift.itch.io/">My itch.io</a></li>
<li><a href="https://github.com/CircleShift/TransitAPI">My Minecraft TransitAPI</a></li>
</ul>
- <span class="end">E-mail me at <a href="mailto:kyle.gunger@cshift.net">kyle.gunger@cshift.net</a> | E-mail the webmaster at <a href="admin@cshift.net">admin@cshift.net</a></span>
+ <span class="end">E-mail me at <a href="mailto:kyle.gunger@cshift.net">kyle.gunger@cshift.net</a> | E-mail the webmaster at <a href="mailto:admin@cshift.net">admin@cshift.net</a></span>
</div>
<button id="light-dark">light-dark</button>
</body>