10 lines
331 B
HTML
10 lines
331 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|
|
<a href="https://code.chipmunk.land/">Gitea: https://code.chipmunk.land</a>
|
|
<p>Minecraft (Kaboom): chipmunk.land:25565</p>
|
|
</body>
|
|
</html>
|