2026-01-24 22:59:20 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-02-17 22:10:38 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="96x96" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="128x128" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="192x192" href="/assets/icon/favico-black.svg" />
|
|
|
|
|
<link rel="apple-touch-icon" sizes="512x512" href="/assets/icon/favico-black.svg" />
|
2026-02-01 18:46:35 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
2026-01-24 22:59:20 +00:00
|
|
|
<meta name="description" content="Archipelago - Your sovereign personal server" />
|
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
2026-02-01 18:46:35 +00:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
2026-01-24 22:59:20 +00:00
|
|
|
<meta name="apple-mobile-web-app-title" content="Archipelago" />
|
2026-02-01 18:46:35 +00:00
|
|
|
<meta name="application-name" content="Archipelago" />
|
|
|
|
|
<meta name="msapplication-TileColor" content="#000000" />
|
2026-02-17 22:10:38 +00:00
|
|
|
<meta name="msapplication-TileImage" content="/assets/icon/favico-black.svg" />
|
2026-02-01 18:46:35 +00:00
|
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
2026-01-24 22:59:20 +00:00
|
|
|
<title>Archipelago OS</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|