Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2c0420c commit 538511a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script defer src="script.js"></script>
</head>
<body>
<button data-modal-target="#modal" class="button">Click hiere</button>
<button data-modal-target="#modal" class="button">Click here</button>
<div class="modal" id="modal">
<div class="modal-header">
<h2>Contact me</h2>
Expand Down Expand Up @@ -45,4 +45,4 @@
</div><!-- end .modal-body -->
<div id="overlay"></div><!-- end #overlay -->
</body>
</html>
</html>

0 comments on commit 538511a

Please sign in to comment.