init commit
This commit is contained in:
14
index.html
Normal file
14
index.html
Normal 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 -->
|
||||
Reference in New Issue
Block a user