Files
v10/apps/sandbox/templates/react-background-video/index.html
T

15 lines
499 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sandbox — React Background Video</title>
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
</head>
<body class="font-sans p-2">
<div id="root" style="width: 100vw; height: 100vh"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>