mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
22 lines
701 B
HTML
22 lines
701 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-visual" />
|
|
<meta name="description" content="collaborative and interactive Maps for Utopians">
|
|
<link rel="icon" type="image/png" href="/3markers-globe.svg" />
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<title>Utopia Map</title>
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
<div class="outer fade-in">
|
|
<img height="100" class="pulse-loader opacity" src="/3markers-globe.svg"/>
|
|
<br>
|
|
<span class="loader"></span>
|
|
</div>
|
|
</div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |