MapComplete/app/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
367 B
HTML
Raw Normal View History

2025-01-12 01:53:58 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://mapcomplete.org/css/index-tailwind-output.css" rel="stylesheet"/>
2025-01-12 01:53:58 +01:00
<title>MapComplete App</title>
</head>
<body>
<div id="main"></div>
<script type="module" src="./app_index.ts"></script>
2025-01-12 01:53:58 +01:00
</body>
2025-01-12 01:53:58 +01:00
</html>