Files
resume/thanks.html
2025-07-31 12:34:14 -04:00

27 lines
858 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="css/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>
<p>View source on <a href="https://libertynode.dev/mdrockwell/resume" title="View source on Gitea">Gitea</a></p>
</footer>
</body>
</html>