Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
isimarjitsingh authored Jul 3, 2024
1 parent 7bce4a3 commit 6872c55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ <h2>simon memory game</h2>
<a href="https://www.linkedin.com/in/simarjit-singh-875235313/"><img src="src/main-linkedin.png" alt="linkedin profile" class="img-icons"></a>
</span>
</div>


<script>
// for storing the input value so that simon.js access it
document.getElementById("myForm").addEventListener("submit", function(event) {
Expand All @@ -49,4 +51,4 @@ <h2>simon memory game</h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 6872c55

Please sign in to comment.