MapComplete/app/land.html

12 lines
294 B
HTML

<!DOCTYPE html>
<html>
<head><title>MapComplete Auth</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
</head>
<body>
Authorizing and redirecting, hang on...
<div id="token">Waiting for token</div>
<script type="module" src="./land.ts"></script>
</body>
</html>