Skip to content

Commit 9c8dbbd

Browse files
committedMay 27, 2023
few updates
1 parent 5ca5710 commit 9c8dbbd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
 

‎index.html

+7-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
<meta property="og:image:height" content="800" />
2323
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
2424
<link rel="stylesheet" href="style.css?v=1.1">
25-
<!-- Global site tag (gtag.js) - Google Analytics -->
26-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CVMK530JFV"></script>
27-
<script>
28-
window.dataLayer = window.dataLayer || [];
29-
function gtag(){dataLayer.push(arguments);}
30-
gtag('js', new Date());
31-
32-
gtag('config', 'G-CVMK530JFV');
33-
</script>
3425
</head>
3526
<body>
3627
<header>
@@ -1732,7 +1723,14 @@ <h1><span>C</span><span>S</span><span>S</span> Pattern</h1>
17321723
</a>
17331724
<a target="_blank" href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fcss-pattern.com&amp;via=ChallengesCss&amp;text=Fancy%20backgrounds%20with%20CSS%20gradients!&amp;hashtags=CSS" class="tweet"><img alt="Twitter" src="twitter-24.png" width="24" height="24"></a>
17341725
<a href="https://support.temani-afif.com/" target="_blank" id="bmc-wbtn"><img src="https://cdn.buymeacoffee.com/widget/assets/coffee%20cup.svg" alt="Buy Me A Coffee"></a>
1726+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CVMK530JFV"></script>
1727+
<script>
1728+
window.dataLayer = window.dataLayer || [];
1729+
function gtag(){dataLayer.push(arguments);}
1730+
gtag('js', new Date());
17351731

1732+
gtag('config', 'G-CVMK530JFV');
1733+
</script>
17361734
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.8/clipboard.min.js"></script>
17371735
<script type="text/javascript">
17381736
var clipboard = new ClipboardJS('section button', {

0 commit comments

Comments
 (0)
Please sign in to comment.