forked from MapComplete/MapComplete
19 lines
335 B
HTML
19 lines
335 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<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>
|
||
|
|
||
|
</body>
|
||
|
</html>
|