mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-02 06:25:37 +00:00
17 lines
417 B
HTML
17 lines
417 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<link rel="stylesheet" type="text/css" href="dist/index.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="header">
|
||
|
<h1>Tailscale Connect</h1>
|
||
|
<div id="state">Loading…</div>
|
||
|
</div>
|
||
|
<div id="peers"></div>
|
||
|
<script src="dist/index.js"></script>
|
||
|
</body>
|
||
|
</html>
|