initial commit

This commit is contained in:
CJSatnarine
2026-03-17 09:18:41 -04:00
commit 42d10fec9a
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.git

17
index.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<title>The Forest</title>
</head>
<body>
<h1>THE FOREST IS STILL GROWING!!!</h1>
<p>Give it some time to grow....</p>
<p> &#127794; &#127794; &#127794; &#127794; &#127794; &#127794; </p>
<a href="https://3dworldring.cjsatnarine.space/forest/previous">&lt;</a>
<a href="https://3dworldring.cjsatnarine.space">3Dworldring</a>
<a href="https://3dworldring.cjsatnarine.space/forest/next">&gt;</a>
</body>
</html>