chore: initial commit

This commit is contained in:
Cory Dransfeldt 2025-06-10 13:22:57 -07:00
commit a3275a8ca6
No known key found for this signature in database
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,5 @@
version: STSv1
mode: enforce
mx: in1-smtp.messagingengine.com
mx: in2-smtp.messagingengine.com
max_age: 2419200

10
public/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL='https://mta-sts.coryd.dev/.well-known/mta-sts.txt'" />
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected, <a href="https://mta-sts.coryd.dev/.well-known/mta-sts.txt">click here</a>.</p>
</body>
</html>