utopia-ui/index.html
2024-03-23 13:16:05 +01:00

20 lines
650 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/cofi1.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-visual" />
<meta name="description" content="Check out the Map of the Moos Ecosystem">
<title>Moos Ecosystem</title>
<meta property="og:title" content="Moos Ecosystem" />
<meta property="og:description" content="Check out the Map of the Moos Ecosystem" />
<meta property="og:image" content="/cofi1.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>