mapcomplete/land.html
Pieter Vander Vennet 6187122294 Add MapComplete
2020-06-24 00:35:19 +02:00

11 lines
177 B
HTML

<!DOCTYPE html>
<html>
<head><title>MapComplete Auth</title></head>
<body>
<script>
opener.authComplete(window.location.href);
window.close();
</script>
</body>
</html>