Files
VRCX/src/index.html
2026-01-05 02:54:38 +13:00

24 lines
752 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="referrer" content="no-referrer" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>VRCX</title>
<link rel="preconnect" href="https://api.vrchat.cloud" />
<link rel="preconnect" href="https://files.vrchat.cloud" />
<link rel="preconnect" href="https://d348imysud55la.cloudfront.net" />
<link rel="dns-prefetch" href="https://assets.vrchat.com" />
</head>
<body>
<div id="root"></div>
<script type="module" src="app.js"></script>
</body>
</html>