Fix missing lang attribute

This commit is contained in:
Viktor Liu
2026-02-12 23:03:50 +08:00
parent e368d2995b
commit fe975fb834
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{{define "clientDetail"}}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Client {{.AccountID}}</title>
<style>{{template "style"}}</style>

View File

@@ -1,6 +1,6 @@
{{define "clients"}}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Clients</title>
<style>{{template "style"}}</style>

View File

@@ -1,6 +1,6 @@
{{define "index"}}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>NetBird Proxy Debug</title>
<style>{{template "style"}}</style>

View File

@@ -1,6 +1,6 @@
{{define "tools"}}
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Client {{.AccountID}} - Tools</title>
<style>{{template "style"}}</style>