agentVerse / ui /dist /index.html
AgentVerse's picture
first commit
670a607
raw
history blame contribute delete
332 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0">
<style>
html,
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="game"></div>
<script src="bundle.js"></script>
</body>
</html>