2024-07-22 14:45:21 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
2024-07-28 00:27:51 +02:00
<meta name="title" content="Domain Watchdog Dashboard">
<meta name="description"
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names.">
<meta name="keywords" content="api, tracking, whois, domain, rdap, watchdog">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Domain Watchdog Dashboard"/>
<meta property="og:description"
content="A standalone app that collects open access information about domain names, helping users track the history and changes associated with domain names."/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
2024-07-23 18:37:59 +02:00
<link rel="manifest" href="/manifest.json"/>
2024-07-22 14:45:21 +02:00
<title>Domain Watchdog</title>
{{ encore_entry_link_tags ( 'app' ) }}
</head>
<body>
<div id="root"></div>
{{ encore_entry_script_tags ( 'app' ) }}
</body>
</html>