chipmunk.land/index.html
2022-12-28 17:58:41 -05:00

21 lines
677 B
HTML

<!DOCTYPE html>
<html>
<meta name="robots" content="index, follow">
<meta name="description" content="My personal website">
<meta name="keywords" content="chipmunk">
<meta name="author" content="Chipmunk">
<meta name="viewport" content="initial-scale=1">
<title>Chipmunk's Website</title>
<body>
<h1>Hello!</h1>
<p>This is my website. Here are some services I host that you might be interested in:</p>
Gitea: <a href="https://code.chipmunk.land/">https://code.chipmunk.land/</a>
<br>
Linx: <a href="https://files.chipmunk.land/">https://files.chipmunk.land/</a>
<br>
Minecraft (Kaboom): <a>chipmunk.land:25565</a>
</body>
</html>