Files
archived-shadPS4-launcher/index.html
2025-05-31 10:13:24 -03:00

16 lines
379 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>shadPS4 Launcher</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<div id="portal" style="position: fixed; left: 0; top: 0; z-index: 9999;" />
</body>
</html>