mint-tow/index.html
2024-06-27 10:32:10 +08:00

22 lines
586 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GENESIS HEROES: New Arrivals</title>
<meta
name="description"
content="Embrace the P2E Season,Heroes Await in New Worlds!"
/>
<meta
property="og:image"
content="https://mint.counterfire.games/mint.png"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>