23 lines
744 B
HTML
23 lines
744 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 things that you might be interested in:</p>
|
|
Bad Piggies: <a href="https://chipmunk.land/bad-piggies">
|
|
<br>
|
|
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>play.chipmunk.land:25565</a>
|
|
</body>
|
|
</html>
|