t2-mapper/index.html

18 lines
498 B
HTML
Raw Normal View History

2026-03-13 23:00:08 -07:00
<!doctype html>
<html lang="en">
<head>
<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-13 23:00:08 -07:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>