
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
13 lines
294 B
HTML
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>
|