Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishChothani committed Oct 28, 2024
1 parent 2f23c52 commit eefe5f9
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 @@ -609,7 +609,7 @@ <h1>Ready for Your Next Adventure?</h1>
mainHead.classList.remove("shadow");
}
});

})
</script>

<script src="./script/popup.js"></script>
Expand Down Expand Up @@ -1643,12 +1643,14 @@ <h3 id="h1darkbtn">Adventure Trek in Himachal</h3>


<!--Emergency-->
<section class="services" id="services">
<div class="sos-container">
<h2>Emergency SOS</h2>
<p id="emergency-text" style="color: whitesmoke;">In case of an emergency, press the button to send your current location to your emergency contacts.</p>
<button id="sosButton" onclick="sendSOS()">Send SOS</button>
<div id="sos-status"></div>
</div>
</section>
<!--posts section-->
<div id="posts">
<header class="posts_blog">
Expand Down

0 comments on commit eefe5f9

Please sign in to comment.