mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
13 lines
426 B
HTML
13 lines
426 B
HTML
{{ template "header.html" . }}
|
|
|
|
<script>window.location.replace("/");</script>
|
|
<noscript>
|
|
<div class="nb-card">
|
|
<h1 class="nb-heading">Redirecting…</h1>
|
|
<p class="nb-subheading">You are being redirected to the NetBird dashboard.</p>
|
|
<a href="/" class="nb-btn" style="display:block;text-align:center;text-decoration:none">Go to Dashboard</a>
|
|
</div>
|
|
</noscript>
|
|
|
|
{{ template "footer.html" . }}
|