mapcomplete/land.html

11 lines
177 B
HTML
Raw Normal View History

2020-06-23 22:35:19 +00:00
<!DOCTYPE html>
<html>
<head><title>MapComplete Auth</title></head>
<body>
<script>
opener.authComplete(window.location.href);
window.close();
</script>
</body>
</html>