diff --git a/tldtest/templates/home.html b/tldtest/templates/home.html index 1247810..f0c1dc8 100644 --- a/tldtest/templates/home.html +++ b/tldtest/templates/home.html @@ -1,4 +1,27 @@ {% extends "base.html" %} {% block content %} -Hello World +
Top Level Domain | +Amount of NS servers | +IPv4 compatible NS servers | +IPv6 compatible NS servers | +Strongest DNSSEC algo available | +Amount of DNSSEC keys | +
---|---|---|---|---|---|
{{ TLD.tld }} | +{{ TLD.nsamount }} | +{{ TLD.v4nsamount }} | +{{ TLD.v6nsamount }} | +{{ TLD.get_dnssec_display }} | +{{ TLD.amountofkeys }} | +