-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 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
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sc0red Verification Site</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
}
h1, h2 {
color: #333;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Welcome to the sc0red Verification Site</h1>
<p>This site provides information about the MTA-STS and TLS-RPT policies for the sc0red.com domain.</p>
<h2>MTA-STS and TLS-RPT Policies</h2>
<ul>
<li><a href=".well-known/mta-sts.txt">MTA-STS Policy</a></li>
<li><a href=".well-known/tlsrpt.json">TLS-RPT Policy</a></li>
</ul>
<h2>Contact Information</h2>
<p>If you have any questions or issues, please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
</body>
</html>