Skip to content

Commit

Permalink
Create Index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bthomps authored Jan 31, 2024
1 parent 30eaf2a commit ee8aa4f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<body>
<h1>New Index</h1>
<p>Welcome</p>
<button onclick="myFunction()">Click me</button>
<p id="demo"></p>

<script>
function myFunction() {
document.getElementById("demo").innerHTML = "Hello there :)";
}
</script>

</body>
</html>

0 comments on commit ee8aa4f

Please sign in to comment.