mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 11:23:52 +02:00
24 lines
752 B
HTML
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>
|