first commit
This commit is contained in:
25
thanks.html
Normal file
25
thanks.html
Normal 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 © 2018–2025 <a href="https://mdrockwell.net/">Mike Rockwell</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user