-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (26 loc) · 1.65 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
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Test for modern Internet Standards IPv6, DNSSEC, HTTPS, HSTS, DMARC, DKIM, SPF, STARTTLS, DANE, RPKI and security.txt">
<meta name="keywords"
content="IPv6, DNSSEC, HTTPS, HSTS, TLS, DMARC, DKIM, SPF, STARTTLS, DANE, RPKI, security.txt, CSP, Content Security Policy, security headers, test, test tool, check, validation, Internet, Internet Standards, open standards, modern standards, security, internet security, mail, email security, website, website security, internet connection, secure connection, email authentication, encryption, ciphers, cipher suites, PKI, SSL certificate, TLS certificate, website certificaat, Internet Standards Platform">
<meta name="author" content="Platform Internetstandaarden / Internet Standards Platform">
<link rel="icon" href="public/favicon.png" sizes="32x32">
<link rel="icon" href="public/favicon.png" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="public/favicon.png">
<meta name="msapplication-TileImage" content="public/favicon.png">
<title>Internet.nl Dashboard</title>
</head>
<body class="home body-with-semifixed-header" cz-shortcut-listen="true">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<noscript>
<strong>We're sorry but the Internet.nl Dashboard doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
</body>
</html>