-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirm.html
40 lines (34 loc) · 1.37 KB
/
confirm.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E098DDV3QV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E098DDV3QV');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Subscription Confirmed</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/6505849bf49bcaff2db5a5ffb/b069b6ee12af18a6d84c75bfd.js");</script>
</head>
<body>
<img id="userPhoto" src="./TanokaStudio_LogoWhite.png" alt="User Photo">
<a id="userName">Your subscription to our list has been confirmed.</a>
<div id="links">
<label id="userName">Thank you for subscribing!</label>
<hr>
<br>
<a class="link" href="./index.html">Return</a>
</div>
<div class="footer">
Made with ❤ by Tanoka
</div>
<!-- Javascript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
</body>
</html>