Skip to content

Commit

Permalink
google
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 20, 2024
1 parent 45da473 commit fe1bf77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default () => {
<a href="#">Account</a>
</li>
</ul>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CWL59Y4TR7"></script>

</nav>
);
Expand Down
15 changes: 13 additions & 2 deletions src/app/layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "./globals.css";


export const metadata = {
title: "DevArt - Programming Related Articles",
description: "Programming Related Articles",
Expand All @@ -10,7 +9,19 @@ export default function RootLayout({ children }) {
return (
<html lang="en">
<head>
<meta name="google-site-verification" content="exvbD16MWo-o_oksJDrekaQ_zwY62YGWEA_XdlE5_XM" />
<meta
name="google-site-verification"
content="exvbD16MWo-o_oksJDrekaQ_zwY62YGWEA_XdlE5_XM"
/>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1828915420581549"
crossorigin="anonymous"
></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-CWL59Y4TR7"
></script>
</head>
<body>{children}</body>
</html>
Expand Down

0 comments on commit fe1bf77

Please sign in to comment.