UX: somewhat decent landing page for app.mapcomplete.org

This commit is contained in:
Pieter Vander Vennet 2025-01-22 02:22:53 +01:00
parent c167094b65
commit 7ebccfafd0
5 changed files with 39 additions and 15 deletions

View file

@ -2,17 +2,14 @@
<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"/>
<title>MapComplete App</title>
</head>
<body>
Hi!
MapComplete will soon (TM) be available as Android App in the play store and on FDroid.
In the meantime, there isn't a lot to see here.
<a href="https://mapcomplete.org">Go back to mapcomplete</a>
<div id="main"></div>
<script type="module" src="./app_index.ts"></script>
</body>
</html>