init commit

This commit is contained in:
usernames122
2025-10-12 18:03:20 +02:00
commit 88d231e367
20 changed files with 2528 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RobloxEngine</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script type="module" src="/js/clientmain.js"></script>
</body>
</html>
<!-- Entry point for BO3 -->