MapComplete/app/land.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
294 B
HTML
Raw Permalink Normal View History

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