Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
malay9418 authored Jan 28, 2024
1 parent d5ef2ea commit e93b56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h3>I just have a question for you <br />πŸ‘‰πŸ‘ˆ</h3>
<h1 class="main-txt">Will You Marry Me ? <br /> πŸ™ˆ</h1>
<div class="choices">
<button class="btn btn-1" onclick="nextStep(1, 'yes')">Yes</button>
<button class="btn btn-2" onclick="nextStep(2, 'no')">No</button>
<button class="btn btn-2" onclick="nextStep(2, 'no', 'I am not a bad boi πŸ₯Ί')">No</button>
</div>
</section>

Expand All @@ -176,7 +176,7 @@ <h4>Here is your Ring πŸ’</h4>
</div>
<div class="choices" style="animation: none;">
<button class="btn btn-1" onclick="nextStep(1, 'yes')">Yes</button>
<button class="btn btn-2" onclick="nextStep(4, 'yes')">No</button>
<button class="btn btn-2" onclick="nextStep(4, 'no', 'say Noo if you can 😈')">No</button>
</div>
</section>

Expand Down

0 comments on commit e93b56a

Please sign in to comment.