Files
VRCT/index.html

15 lines
430 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./assets/chato_icon_fill.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VRCT</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src-ui/views/app/index.jsx"></script>
</body>
</html>