Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
deadjdona authored Sep 22, 2023
1 parent 25cd6a1 commit aec49a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en"><head><meta charset="utf-8">
<script>
const urlInput = document.getElementById('url');
const generateLinksButton = document.querySelector('button[type="submiturl"]');
const generateLinksButton = document.querySelector('button[type="submit"]');
const linksContainer = document.getElementById('links');
generateLinksButton.addEventListener('click', (event) => {
event.preventDefault();
Expand Down Expand Up @@ -90,7 +90,7 @@
<form>
<label for="url">Enter an URL or Domain (sc-domain:):</label>
<input type="text" role="textbox" id="url" name="url">
<button type="submiturl">Generate Search Console Links</button>
<button type="submit">Generate Search Console Links</button>
</form>
<div id="links"></div>
</body></html>

0 comments on commit aec49a7

Please sign in to comment.