Skip to content

Commit

Permalink
Update hi-chloe.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Trangvu801 authored Feb 9, 2024
1 parent 73f6971 commit 1852e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hi-chloe.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="question"> Let's keep in touch, shall we?</h1>
<script>

function goToMeeting() {
window.location.href = 'Meeting.html'; // Redirect to the "Meeting" page
window.location.href = 'index.html'; // Redirect to the "Meeting" page
}
function openMessage() {
window.location.href = '#section2'; // Scroll to section 2 where the message is
Expand Down

0 comments on commit 1852e45

Please sign in to comment.