Skip to content

Commit 26e5587

Browse files
committed
use <output>
1 parent 43148db commit 26e5587

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

assets/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ dl {
1919
margin:-0.25em 0 0 0;
2020
padding:0.25em 0 0 0;
2121
}
22+
23+
#output-div {
24+
display: block;
25+
width: 100%;
26+
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "RDAP Lookup - a private domain name lookup tool"
33
layout: page
44
stylesheets:
5-
- ./assets/style.css?v=202407161152
5+
- ./assets/style.css?v=2025101314
66
scripts:
77
- ./assets/ipaddr.js/ipaddr.min.js?v=2025031715
88
- ./assets/punycode.js/punycode.js?v=2025031715
@@ -44,7 +44,7 @@
4444
</div>
4545
</div>
4646

47-
<div id="output-div"></div>
47+
<output id="output-div"></output>
4848

4949
<p>This page implements a <em>completely private</em> lookup tool for domain names, IP addresses and Autonomous System Numbers (ASNs). Only the relevant registry sees your query: your browser will directly connect to the registry's RDAP server using an encrypted HTTPS connection to protect the confidentiality of your query. If the "Follow referral to registrar's RDAP record" checkbox is checked, then the sponsoring registrar may also see your query (if the registry provides a referral).</p>
5050

0 commit comments

Comments
 (0)