utopia-ui/index.html

20 lines
688 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/utopia-dev.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-visual" />
<meta name="description" content="This is the Development Environment for Utopia Map">
<title>Development</title>
<meta property="og:title" content="Development" />
<meta property="og:description" content="This is the Development Environment for Utopia Map" />
<meta property="og:image" content="/3markers-globe_256.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>