tailscale/client/web/index.html
Sonia Appasamy 12238dab48 client/web: add tailwind styling to react app
Updates tailscale/corp#13775

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-14 15:29:12 -04:00

4 lines
148 B
HTML

<!doctype html>
<link rel="stylesheet" type="text/css" href="/src/index.css" />
<script type="module" src="/src/index.tsx"></script>
</html>