Files
resume/thanks.html

27 lines
858 B
HTML
Raw Normal View History

2025-07-18 10:34:44 -04:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Thank you!</title>
2025-07-31 12:34:14 -04:00
<link rel="stylesheet" type="text/css" href="css/style.css" />
2025-07-18 10:34:44 -04:00
<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>
2025-07-18 10:49:46 -04:00
<p>View source on <a href="https://libertynode.dev/mdrockwell/resume" title="View source on Gitea">Gitea</a></p>
2025-07-18 10:34:44 -04:00
</footer>
</body>
</html>