Files
windows-user-space-emulator/page/index.html
2025-04-21 18:29:57 +02:00

14 lines
403 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="https://momo5502.com/emulator/pinata.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Windows User Space Emulator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>