2022-06-07 21:24:22 +00:00
|
|
|
<!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>
|
2022-07-26 00:51:06 +00:00
|
|
|
<body class="flex flex-col min-h-screen">
|
|
|
|
<div class="bg-gray-100 border-b border-gray-200 pt-4 pb-2 mb-6">
|
|
|
|
<header class="container mx-auto px-4 flex flex-row items-center">
|
|
|
|
<h1 class="text-3xl font-bold grow">Tailscale Connect</h1>
|
|
|
|
<div class="text-gray-600" id="state">Loading…</div>
|
|
|
|
</header>
|
2022-06-07 21:24:22 +00:00
|
|
|
</div>
|
2022-07-26 00:51:06 +00:00
|
|
|
<div id="peers" class="container mx-auto px-4"></div>
|
2022-06-07 21:24:22 +00:00
|
|
|
<script src="dist/index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|