-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="src/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Simple tool to check propagation of DNS records of your domain.">
<meta name="og:title" content="DNS check">
<meta name="og:description" content="Simple tool to check propagation of DNS records of your domain.">
<meta name="og:image" content="https://dns.coders.tools/og-image.png">
<meta name="og:url" content="https://dns.coders.tools">
<meta name="og:type" content="website">
<meta name="og:site_name" content="dns.coders.tools">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Simple tool to check propagation of DNS records of your domain.">
<title>DNS check - coders.tools</title>
</head>
<body class="theme-system">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>