Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
});
  • Loading branch information
deadjdona authored Sep 22, 2023
1 parent aec49a7 commit d213e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8">
<script>
document.addEventListener('DOMContentLoaded', () => {
const urlInput = document.getElementById('url');
const generateLinksButton = document.querySelector('button[type="submit"]');
const linksContainer = document.getElementById('links');
Expand Down Expand Up @@ -72,6 +73,7 @@
linksContainer.appendChild(linkElement);
linksContainer.appendChild(document.createElement('br'));
});
});
});</script>
<title>Google Search Console Uncovered</title>
<meta name="description" content="Google Search Console Uncovered">
Expand Down

0 comments on commit d213e60

Please sign in to comment.