initial commit

This commit is contained in:
CJSatnarine
2026-03-17 08:40:49 -04:00
commit 104e65c43f
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

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

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<title>The Study</title>
</head>
<body>
<h1>STILL UNDER CONSTRUCTION!!!</h1>
<p>please come back at a later time.</p>
<a href="https://3dworldring.cjsatnarine.space/cjsatnarine_study/previous">&lt;</a>
<a href="https://evilr.ing">3Dworldring</a>
<a href="https://3dworldring.cjsatnarine.space/cjsatnarine_study/next">&gt;</a>
</body>
</html>