mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 00:36:38 +00:00
15 lines
367 B
HTML
15 lines
367 B
HTML
{{ template "header.html" . }}
|
|
|
|
<div class="nb-card">
|
|
<h1 class="nb-heading">Logged Out</h1>
|
|
<p class="nb-subheading">You have been successfully logged out.</p>
|
|
|
|
{{ if .BackURL }}
|
|
<div class="nb-back-link">
|
|
<a href="{{ .BackURL }}" class="nb-link">← Back to Application</a>
|
|
</div>
|
|
{{ end }}
|
|
</div>
|
|
|
|
{{ template "footer.html" . }}
|