mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
14 lines
427 B
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>
|