From 17168a489392847794de0aed15fe395230a38261 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sat, 6 Sep 2025 23:55:19 +0200 Subject: Initial commit This cleaned up and added linting/readme to the already created web app that I have been using to control vpn on my raspberry setup --- templates/index.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..2e6301b --- /dev/null +++ b/templates/index.html @@ -0,0 +1,39 @@ + + + + + + + + {{.Title}} + + + +
+

{{.Title}}

+

Manage WireGuard VPN connections

+
+
+
+

WireGuard Status

+
+
Loading Status...
+
+
+
+

WireGuard Connections

+
+
Loading Connections...
+
+
+
+

Notifications

+
+
No Errors Found.
+
+
+
+ + + + -- cgit v1.2.3