-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xhtml
More file actions
18 lines (18 loc) · 833 Bytes
/
index.xhtml
File metadata and controls
18 lines (18 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8"/>
<title>tlsinfo</title>
</head>
<body>
<p>This site provides machine-readable information about top-level domains
based on information published by IANA.</p>
<p>See:</p>
<ul>
<li><a href="https://github.com/hlandau/tldinfo">TLD Info Project Page</a></li>
<li><a href="tlds.json">tlds.json (served from github.io)</a> (<a href="tlds.json.gz">.gz</a>)</li>
<li><a href="https://cdn.rawgit.com/hlandau/tldinfo/gh-pages/tlds.json">tlds.json (served from a CDN)</a> (<a href="https://cdn.rawgit.com/hlandau/tldinfo/gh-pages/tlds.json.gz">.gz</a>)</li>
</ul>
</body>
</html>