-
Notifications
You must be signed in to change notification settings - Fork 0
/
thank.html
31 lines (30 loc) · 963 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
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.0.1/remixicon.css" integrity="sha512-ZH3KB6wI5ADHaLaez5ynrzxR6lAswuNfhlXdcdhxsvOUghvf02zU1dAsOC6JrBTWbkE1WNDNs5Dcfz493fDMhA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>THANKS BUDDY || SNAX-07</title>
<link rel="stylesheet" href="thanks.css">
</head>
<body>
<h1> </h1>
<div class="main-cont">
<div class="img" >
<img src="th.jpg">
</div>
<div class="des">
<h1 class="h1" >Thank you ! </h1>
<h4>Someone will be contact you within working 24 hours.
<br> We look forward to talking you.</h4>
<button onclick="backhome()" class="btn">Back To Home</button>
</div>
</div>
<h1>SNAX</h1>
<script>
function backhome(){
window.location.href="index.html";
}
</script>
</body>
</html>