first commit

This commit is contained in:
2025-07-18 10:34:44 -04:00
commit 54c306466e
16 changed files with 418 additions and 0 deletions

25
thanks.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Thank you!</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/touch-icon.png">
</head>
<body>
<header>
</header>
<div class="thanks">
<h1>Thank you!</h1>
<h2>Expect a response soon.</h2>
<a href="/resume/" title="Résumé" class="thanks-return">Return to Résumé</a>
</div>
<div class="divider">
</div>
<footer>
<p>Copyright © 20182025 <a href="https://mdrockwell.net/">Mike Rockwell</a></p>
</footer>
</body>
</html>