19 lines
586 B
HTML
19 lines
586 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>
|
|
Minecraft (Kaboom): <a>chipmunk.land:25565</a>
|
|
</body>
|
|
</html>
|