Skip to content

Commit

Permalink
added google analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa9140 committed May 15, 2024
1 parent c846656 commit dcbfb0d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">



<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BYVS0HSC46"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-BYVS0HSC46');
</script>
<!-- Google tag (gtag.js) -->



<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css">

Expand Down Expand Up @@ -609,8 +624,7 @@ <h6>Isabella Rodriguez</h6>
<h6 class="pb-2 expand clr-pink mb-10 text-uppercase animate__animated animate__fadeInUp wow">
Become Partner</h6>
<h2 class="fw-700 col-md-8 offset-md-2 animate__animated animate__fadeInUp wow">
Transform <span
class="clr-lightblue"> Your Site</span> with Our Free Bootstrap5 Template!
Transform <span class="clr-lightblue"> Your Site</span> with Our Free Bootstrap5 Template!
</h2>
<a class="btn btn-primary mt-30 animate__animated animate__fadeInUp wow" href="#">Get Now</a>
<img class="w-20rem animate__animated animate__fadeInUp wow" src="./assets/images/rocket.svg" />
Expand Down

0 comments on commit dcbfb0d

Please sign in to comment.