Skip to content

Commit

Permalink
google verify code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib committed Aug 12, 2024
1 parent 71b9a28 commit f23ba58
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,47 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Primary Title and Description -->
<title>DevToolsArena - Opensource Project</title>
<meta name="description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="keywords" content="Git solutions, web development resources, Git errors, web tools, HTML to JSX converter, GitHub issue finder, markdown editor, opensource, opensource project, good first issue" />

<meta name="description"
content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="keywords"
content="Git solutions, web development resources, Git errors, web tools, HTML to JSX converter, GitHub issue finder, markdown editor, opensource, opensource project, good first issue" />

<!-- Favicon -->
<link rel="shortcut icon" href="githubfavicon.png" type="image/x-icon" />

<!-- Stylesheets -->
<link rel="stylesheet" href="./dist/output.css" />

<!-- Font Preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet" />

<!-- Google Site Verification -->
<meta name="google-site-verification" content="%VITE_GOOGLE_SITE_VERIFICATION%" />


<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
<meta property="og:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta property="og:description"
content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta property="og:image" content="URL_TO_IMAGE" />
<meta property="og:url" content="YOUR_SITE_URL" />
<meta property="og:type" content="website" />

<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevToolsArena - Your Ultimate Resource for Git Solutions, Web Tools, and More" />
<meta name="twitter:description" content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="twitter:description"
content="DevToolsArena is a comprehensive platform for resolving Git-related issues, discovering essential web tools, and accessing valuable web development resources. Join our community for support and collaboration." />
<meta name="twitter:image" content="URL_TO_IMAGE" />

</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
</html>

0 comments on commit f23ba58

Please sign in to comment.