Skip to content

Commit 111ca12

Browse files
committed
adding google ad
1 parent 7e543eb commit 111ca12

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<!-- css -->
2727
<link rel="stylesheet" type="text/css" href="public/assest/css/index.css">
2828
<link rel="stylesheet" type="text/css" href="public/assest/css/light_mode.css">
29+
30+
<!-- google ad -->
31+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6755330354272694"
32+
crossorigin="anonymous"></script>
33+
34+
2935
</head>
3036
<body>
3137
<!-- starting navbar -->

public/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<!-- css -->
2727
<link rel="stylesheet" type="text/css" href="assest/css/index.css">
2828
<link rel="stylesheet" type="text/css" href="assest/css/light_mode.css">
29+
30+
<!-- google ad -->
31+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6755330354272694"
32+
crossorigin="anonymous"></script>
33+
2934
</head>
3035
<body>
3136
<!-- starting navbar -->

0 commit comments

Comments
 (0)