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">
|
2026-06-08 21:12:43 +02:00
|
|
|
<meta name="description" content="Modern PlayStation 2 emulation for iOS.">
|
2026-06-01 23:28:04 +02:00
|
|
|
<title>ARMSX2 iOS</title>
|
2026-06-08 21:12:43 +02:00
|
|
|
<link rel="icon" href="/assets/icon.png">
|
2026-06-01 23:28:04 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-06-08 21:12:43 +02:00
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.jsx"></script>
|
2026-06-01 23:28:04 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|