Files
bo3-js/index.html

14 lines
277 B
HTML
Raw Permalink Normal View History

2025-10-12 18:03:20 +02:00
<!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 -->