Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
duplicate-word-finders authored Oct 13, 2024
1 parent 8d1995b commit fc77a83
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<title>Enhance Your Writing with a Free Online Duplicate Word Finder Tool </title>
<meta name="description" content="Duplicate Word Finder tool to eliminate repetitive words in your writing. Improve clarity and readability instantly by identifying and correcting duplicates.">
<link rel="stylesheet" href="style.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G9V0F0V4TW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-G9V0F0V4TW');
</script>
</head>
<body>

Expand Down Expand Up @@ -63,4 +72,4 @@ <h1>Duplicate Word Finder</h1>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit fc77a83

Please sign in to comment.