Skip to content

Commit

Permalink
Merge pull request #1385 from Vin205/main
Browse files Browse the repository at this point in the history
feat: Added Health Alerts
  • Loading branch information
apu52 authored Aug 10, 2024
2 parents 4b2195d + 375d2a8 commit 20a26ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion healt.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<body>

<h1>Health and Safety Alerts</h1>
<p>Click the buttons below to see different health and safety alerts.</p>
<p>Click the button below to see different health and safety alerts.</p>

<button class="btn" onclick="showModal('Health Alert', 'High temperature detected! Take immediate action to cool down.', 'saf.png')">Show Health Alert</button>
<button class="btn" onclick="showModal('Safety Alert', 'Unsafe chemical detected! Evacuate the area immediately.', 'chem.jpg')">Show Safety Alert</button>
Expand Down

0 comments on commit 20a26ee

Please sign in to comment.