Skip to content

Instantly share code, notes, and snippets.

@himandij
himandij / extremely-important.markdown
Created February 13, 2026 11:04
Extremely Important
@himandij
himandij / index.html
Created February 13, 2026 10:45
Valentine
<div class="container">
<h1>Sandaru, Will You Be My Valentine? 💖</h1>
<button id="yesBtn">YES 💗</button>
<button id="noBtn">No 💔</button>
<div id="afterYes" class="hidden">
<p>My heart rate just spiked to 180 bpm 💓</p>
<button id="nextBtn">Open Diagnosis 💌</button>
@himandij
himandij / index.html
Created February 12, 2026 09:33
Valentine
<div class="container">
<h1>Will You Be My Valentine? 💖</h1>
<div class="buttons">
<button id="yesBtn">YES 💗</button>
<button id="noBtn">No 💔</button>
</div>
<p id="message"></p>