Files
netbird/client/ui-wails/frontend/index.html
Eduard Gert c3f9514182 wip
2026-05-06 10:47:40 +02:00

13 lines
306 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NetBird</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/app.tsx"></script>
</body>
</html>