don't symlink land.html (#9523)

for easier first-time installation on Windows
This commit is contained in:
Kyℓe Hensel
2023-03-07 02:01:28 +13:00
committed by GitHub
parent 0ec1b45bf9
commit cfca929ded
4 changed files with 10 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<script>
opener.authComplete(window.location.href);
window.close();
</script>
</body>
</html>