diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-11-19 23:45:15 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-11-19 23:45:15 -0500 |
commit | 969cf1f18bf8ac03e50427d49f24d5696c2c458d (patch) | |
tree | b1d84ce6cb4627dda4c00fc39c5f15ad9f4702cd /index.html | |
parent | 8c2a263cdd88d51496965f456a1eb949ccfde191 (diff) |
Update e-mail links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -37,7 +37,10 @@ <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="mailto:admin@cshift.net">admin@cshift.net</a></span> + <span class="end"> + <!-- Maybe later when I have e-mail working. 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> --> + E-maile me at <a href="mailto:kgunger12@gmail.com">kgunger12@gmail.com</a> | See my self-hosted git <a href="https://git.cshift.net/">here</a> + </span> </div> <button id="light-dark">light-dark</button> </body> |