first commit
This commit is contained in:
8
templates/dashboard.html
Normal file
8
templates/dashboard.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "content" }}
|
||||
<h1 class="text-2xl mb-4">Dashboard</h1>
|
||||
<p>Welcome to Unifi Custom Blocklist Manager.</p>
|
||||
<form method="POST" action="/apply">
|
||||
<input type="hidden" name="csrf_token" value="{{ .CSRFToken }}">
|
||||
<button type="submit" class="bg-green-600 p-2 rounded">Apply Changes</button>
|
||||
</form>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user