mywebsite/pages/success-message.html

13 lines
412 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sent!</title>
</head>
<body>
Your message has been sent. I will get back to you as soon as possible!
<a class="back-home-site" href="https://syedahmedblogs.cf">Back to site.</a>
</body>
</html>