MapComplete/app/index.html

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

14 lines
278 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">
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>