-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththank.html
22 lines (22 loc) · 971 Bytes
/
thank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=0">
<title>Christian Medallada</title>
<!----------------------------FAVICON----------------------->
<link rel="shortcut icon" href="./images/CM Logo.jpg" type="image/x-icon" />
<!----------------------------CSS ----------------------->
<link rel="stylesheet" href="./assets/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<script src="/assets/app.js"> </script>
</head>
<body>
<div class="message-submit" id="message-submit">
<img src="/images/tick.webp">
<h2>Thank You!</h2>
<p>Thank you for contacting me. Your Inquiries has been successfully submitted. </p>
<button type="button" onclick="history.back()" id="reset" >OK</button>
</div>
</body>
</html>