vrc-get/vrc-get-gui/index.html

14 lines
427 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>ALCOM / vrc-get-gui</title>
<script src="vrc-get://localhost/global-info.js"></script>
<script src="http://vrc-get.localhost/global-info.js"></script>
</head>
<body>
<div id="app" class="font-sans w-screen h-screen flex flex-row overflow-hidden whitespace-nowrap"></div>
<script type="module" src="/lib/main.tsx"></script>
</body>
</html>