webvm/login.html
Yuri Iozzelli d0e3852b59 lazy load go wasm module only when logging in
To avoid waiting too much for the go module download and initialization,
and being considered an unwanted popup

Issue: the login window is blocked as a popup
2022-10-05 09:31:21 +02:00

13 lines
294 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tailscale login</title>
</head>
<body>
Loading network code...
</body>
</html>