mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
chore: bump vue to 2.7.16 (#1163)
This commit is contained in:
23
src/static/index.html
Normal file
23
src/static/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="referrer" content="no-referrer" />
|
||||
<meta
|
||||
http-equiv="viewport"
|
||||
content="width=device-width,initial-scale=1,user-scalable=no"
|
||||
/>
|
||||
<title>VRCX</title>
|
||||
<link rel="preconnect" href="https://api.vrchat.cloud" />
|
||||
<link rel="preconnect" href="https://d348imysud55la.cloudfront.net" />
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
<link rel="stylesheet" href="flags.css" />
|
||||
<link rel="stylesheet" href="animated-emoji.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="vendor.js"></script>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
src/static/vr.html
Normal file
20
src/static/vr.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="referrer" content="no-referrer" />
|
||||
<meta
|
||||
http-equiv="viewport"
|
||||
content="width=device-width,initial-scale=1,user-scalable=no"
|
||||
/>
|
||||
<title>VRCXVR</title>
|
||||
<link rel="stylesheet" href="vr.css" />
|
||||
<link rel="stylesheet" href="flags.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="vendor.js"></script>
|
||||
<script src="vr.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user