Merge pull request #89 from altf4arnold/ICANN-Wiki

[ADD] ICANN Wiki Link
This commit is contained in:
Arnold Dechamps 2024-07-08 00:10:30 +02:00 committed by GitHub
commit 30d3ffa455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@
<th class="border border-slate-600">RDAP</th>
<th class="border border-slate-600">latency-map</th>
<th class="border border-slate-600">Organisation</th>
<th class="border border-slate-600">ICANN wiki</th>
</tr>
</thead>
<tbody>
@ -38,6 +39,9 @@
target="_blank"
rel="noopener noreferrer">{{ TLD.organisation }}</a>
</td>
<td class="border border-slate-700"><a href="https://icannwiki.org/.{{ TLD.tld }}" class="font-medium text-blue-600 dark:text-blue-500 hover:underline"
target="_blank"
rel="noopener noreferrer">.{{ TLD.unicodetld }}</a></td>
</tr>
{% endfor %}
</tbody>