2026-03-13 23:00:08 -07:00
|
|
|
|
<!doctype html>
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
2026-03-13 23:12:28 -07:00
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
|
<title>MapGenius – Explore maps for Tribes 2</title>
|
|
|
|
|
|
<meta
|
|
|
|
|
|
name="viewport"
|
|
|
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
|
|
|
|
/>
|
|
|
|
|
|
<meta name="description" content="Tribes 2 forever." />
|
|
|
|
|
|
<link rel="icon" type="image/png" href="/icon.png" />
|
2026-03-16 23:03:48 -07:00
|
|
|
|
<link rel="manifest" href="/app.webmanifest" />
|
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
|
<meta
|
|
|
|
|
|
name="apple-mobile-web-app-status-bar-style"
|
|
|
|
|
|
content="black-translucent"
|
|
|
|
|
|
/>
|
|
|
|
|
|
<meta name="apple-mobile-web-app-title" content="MapGenius" />
|
|
|
|
|
|
<link rel="apple-touch-icon" href="/icon-512.png" />
|
|
|
|
|
|
<meta name="theme-color" content="#067272" />
|
2026-03-15 10:58:23 -07:00
|
|
|
|
<link rel="preconnect" href="https://www.gstatic.com" crossorigin />
|
2026-03-13 23:00:08 -07:00
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|