Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
avisha191 authored Oct 16, 2024
1 parent d5d21f6 commit ed4fd93
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,13 @@ <h3 id="h1darkbtn">Adventure Trek in Himachal</h3>
</div></div>
</div>
</section>
<!--Emergency-->
<div class="sos-container">
<h2>Emergency SOS</h2>
<p>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>
<!--posts section-->
<div id="posts">
<header class="posts_blog">
Expand All @@ -788,13 +795,7 @@ <h2>Content</h2>
</main>
</div>
<style>
<!--Emergency-->
<div class="sos-container">
<h2>Emergency SOS</h2>
<p>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>



/* Container for the posts and vlogs section */
Expand Down

0 comments on commit ed4fd93

Please sign in to comment.