-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
31 lines (27 loc) · 1.07 KB
/
contact.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 lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- TITLE -->
<title>PixelPlay Portal</title>
<!-- CSS FILE -->
<link rel="stylesheet" type="text/css" href="Scss2/contact.css" />
<!-- responsive file -->
<link rel="stylesheet" type="text/css" href="Scss/resposnive.css" />
<!-- FAVICON -->
<link rel="icon" type="image/x-icon" href="Img/logo/PixelPlay.png" />
<!-- font awesome -->
<script src="https://kit.fontawesome.com/cb104e752f.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main-cont">
<p id="cont-text">Thank you for reaching out! Your message has been successfully submitted. We appreciate your
feedback and will get back to you as soon as possible. Have a great day!</p>
<a href="index.html" class="cont-btn"><button class="part-btn"><i class="fa-solid fa-house"></i> Go back to
home</button></a>
</div>
</body>
</html>