bob-ide / index.html
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/bob-ide
0110dee verified
Raw
History Blame Contribute Delete
448 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BOB IDE — Vortex Civilization</title>
<style>*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;background:#040810;overflow:hidden}</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>