Files
netbird/proxy/web/index.html
2026-02-04 15:11:22 +01:00

19 lines
558 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NetBird Service</title>
<meta name="robots" content="noindex, nofollow" />
</head>
<body>
<!-- Go template variables injected here -->
<script>
window.__DATA__ = {{ .Data }};
</script>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>