From 5080c566ac31ec622986c04f1812a1e88c88210e Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Fri, 29 Mar 2024 16:35:04 -0600 Subject: guestbook! --- templates/dns.html | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'templates/dns.html') diff --git a/templates/dns.html b/templates/dns.html index a794789..d16ed89 100644 --- a/templates/dns.html +++ b/templates/dns.html @@ -1,16 +1,17 @@ {{ define "content" }} - - - - - - + + + + + + + {{ if (eq (len .DNSRecords) 0) }} - + {{ end }} {{ range $record := .DNSRecords }} @@ -20,6 +21,7 @@ +
TypeNameContentTTLInternalDeletetype.name.content.ttl.internal.created.delete.
No DNS records foundno dns records found.
{{ $record.Content }} {{ $record.TTL }} {{ $record.Internal }}{{ $record.CreatedAt }}
@@ -31,10 +33,10 @@

-

Add DNS Records

+

add dns records.

note that the name must be a subdomain of {{ .User.Username }}


- + - + - + - +