This commit is contained in:
2025-11-21 22:08:48 +09:00
parent d46502d177
commit 62ecab5f04

View File

@@ -138,6 +138,7 @@ export default function App() {
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<title>VRM Animation Preview</title>
<style>
html, body, #root { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }