MapComplete/app/land.html

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

10 lines
202 B
HTML
Raw Normal View History

2024-12-31 16:31:01 +01:00
<!DOCTYPE html>
<html>
<head><title>MapComplete Auth</title></head>
<body>
Authorizing and redirecting, hang on...
2024-12-31 19:55:08 +01:00
<div id="token"></div>
2024-12-31 16:31:01 +01:00
<script type="module" src="./land.ts"></script>
</body>
</html>