mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
20 lines
650 B
HTML
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> |