This commit is contained in:
CJSatnarine
2025-02-27 12:17:39 -05:00
parent 36de615b97
commit 5868249c57
6 changed files with 7371 additions and 6 deletions

View File

@@ -1,4 +1,19 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=" utf-8">
<title> First three.js app </title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<body style="background-color:black; font-family:'Roboto Mono';">
<p style="color:rgb(150, 47, 254)" >
@@ -7,9 +22,12 @@
<hr/>
<center>
<a href="https://evilr.ing/cjsatnarine/previous"><</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">></a>
</center>
</body>
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">&gt;</a>
</center>
<script type="module" src="/main.js"></script>
</body>
</html>