For now, I put Config Page to below the main page temporary. Open Config Button does not work.
15 lines
424 B
HTML
15 lines
424 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/app/index.jsx"></script>
|
|
</body>
|
|
</html>
|