This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (81 loc) · 2.74 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Camel Frog Podcast Shop</title>
<link rel="icon" href="https://raw.githubusercontent.com/AngeloJacksonED/C-F_PodcastWebsite/main/favicons/icon.ico" type="/icon.ico" />
<meta property="og:image" content="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Camel & Frog Podcast Shop | The Official Shop for the Camel & Frog Podcast!">
<meta name="keywords" content="shop">
<meta name="author" content="AngeloJacksonED">
<meta name="google-site-verification" content="TCEfrETAhPcpc8fOJCPjBQql3dd0td2FSzUjz8KNqnM" />
</head>
<body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N204YTDQ3M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N204YTDQ3M');
</script>
<style>
div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: black;
padding: 50px;
font-size: 20px;
}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: black;
}
</style>
<div class="sticky">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
<center>
<h4><p style="color:white;">Sponsored Links</p>
<script type="text/javascript">
amzn_assoc_placement = "adunit0";
amzn_assoc_tracking_id = "andrewcf2021-20";
amzn_assoc_ad_mode = "manual";
amzn_assoc_ad_type = "smart";
amzn_assoc_marketplace = "amazon";
amzn_assoc_region = "US";
amzn_assoc_linkid = "9facf2a278158af9c29abb83cefcde70";
amzn_assoc_asins = "B081V6W99V,B00N1YPXW2,B011PKJI2Y,B00TKFCYP0";
amzn_assoc_search_bar = "false";
amzn_assoc_title = "Sponsored Links";
</script>
<script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US"></script>
</center>
</div>
<div id="myShop">
<a href="https://shop.spreadshirt.ca/camel-frog-podcast-shop">camel-frog-podcast-shop</a>
</div>
<script>
var spread_shop_config = {
shopName: 'camel-frog-podcast-shop',
locale: 'us_CA',
prefix: 'https://shop.spreadshirt.ca',
baseId: 'myShop'
};
</script>
<script type="text/javascript"
src="https://shop.spreadshirt.ca/shopfiles/shopclient/shopclient.nocache.js">
</script>
</body>
</html>
</code>