Files
SideImpactor/frontend/index.html
2026-04-13 17:39:00 +08:00

19 lines
661 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)" />
<meta
name="description"
content="Browser-based AltStore-style developer signing — pair, sign, install IPAs locally."
/>
<title>Side Impactor — Sign &amp; Install</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>