-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thankyou.html
25 lines (25 loc) · 1.08 KB
/
Thankyou.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
<!DOCTYPE html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Thankyou.css">
<script rel="javascript" src="Thankyou.js"></script>
</head>
<body>
<img id="logo" src="Zlogo.jpg" width="600px" height="600px">
<h1>
Thankyou, we will contact you shortly.
</h1>
<p>
<a href="https://lyndonljc123.github.io/Home/" id="button"> Home </a>
</p>
<p class="lildescrippy">
Check out our social media with by clicking the icons below!
</p>
</body>
<footer>
<a href="https://www.instagram.com/sjcfloralcreations/?hl=en"> <img src="ZInstagram.jpg" class="social-media"> </a>
<a href="https://www.tiktok.com/@sjcfloralcreations?lang=en" > <img src="ZTikTok.jpg" class="social-media"> </a>
<a href="https://www.facebook.com/profile.php?id=100089802482598" > <img src="ZFacebook.jpg" class="social-media"> </a>
</footer>