-
Notifications
You must be signed in to change notification settings - Fork 0
/
message.html
77 lines (77 loc) · 2.61 KB
/
message.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content=" Thank you for sending us a message " />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 3389152, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
<link rel="stylesheet" href="/css/stylesheet.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
<title>Message/sent</title>
</head>
<body>
<header>
<div class="i">
<a href="index.html"
><img src="images/GameHub_Logo.png" alt="Game Hub Logo"
/></a>
</div>
<section class="nav_mobile">
<i class="fa-solid fa-burger" id="checkbox"></i>
<a href="login.html" id="a_user"
><i class="fa-regular fa-user" id="user"></i
></a>
<nav>
<ul>
<li><a href="products.html">Products</a></li>
<li><a href="used.html">Used games</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="cart_li"><a href="cart.html" id="cart"><i class="fa-solid fa-cart-shopping"></i></a></li>
</ul>
</nav>
<a href="cart.html" id="cartMobile"><i class="fa-solid fa-cart-shopping"></i></a>
</section>
</header>
<main class="main_success message">
<section class="thx">
<h1 id="thx_h1">Your message was sent!</h1>
<p>
your message was successfully sent, we will answer as fast as we can
and within 2 days. we will answer directly to your Email.
</p>
<div>
<a href="index.html" class="cta_p continue">Continue</a>
</div>
</section>
</main>
<footer>
<ul>
<li>Email: [email protected]</li>
<li>Phone: 99998888</li>
<li>Address: example street 2, 4815 Arendal</li>
<li>copyright ©</li>
</ul>
<script src="js/cart_amimation.js"></script>
</footer>
</body>
</html>