Files

16 lines
463 B
HTML
Raw Permalink Normal View History

2026-06-01 23:28:04 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="dark">
<meta name="description" content="Modern PlayStation 2 emulation for iOS.">
2026-06-01 23:28:04 +02:00
<title>ARMSX2 iOS</title>
<link rel="icon" href="/assets/icon.png">
2026-06-01 23:28:04 +02:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
2026-06-01 23:28:04 +02:00
</body>
</html>