Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Will You Be Mine? 💖</title>
<title>Will You Be My Girlfriend Again? 💖</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.9.6/lottie.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min.js"></script>
<link rel="stylesheet" href="style.css">
Expand All @@ -13,7 +13,7 @@
<div id="proposal-1" class="proposal-screen">
<div id="Sowrov1" class="sticker"></div>
<h1>Hey <span id="JSOrganization-placeholder"></span>! 💖</h1>
<p>I love you more than anything. Will you be mine forever?</p>
<p>PLEASE...</p>
<div class="btn">
<a href="#" onclick="showProposal('proposal-yes')">💖 Yes</a>
<a href="#" onclick="showProposal('proposal-2')">💔 No</a>
Expand All @@ -22,8 +22,8 @@ <h1>Hey <span id="JSOrganization-placeholder"></span>! 💖</h1>

<div id="proposal-2" class="proposal-screen">
<div id="Sowrov2" class="sticker"></div>
<h1>Are you sure? 🥺</h1>
<p>You mean everything to me. Please say yes!</p>
<h1>Please my love! 🥺</h1>
<p>Don't you miss me?</p>
<div class="btn">
<a href="#" onclick="showProposal('proposal-yes')">🥰 Yes</a>
<a href="#" onclick="showProposal('proposal-3')">😢 No</a>
Expand All @@ -43,7 +43,7 @@ <h1>My heart is breaking... 💔</h1>
<div id="proposal-4" class="proposal-screen">
<div id="Sowrov4" class="sticker"></div>
<h1>Don't leave me... 😭</h1>
<p>You're my everything. Please say yes and make me the happiest person!</p>
<p>I love you. Please say yes and make me the happiest person!</p>
<div class="btn">
<a href="#" onclick="showProposal('proposal-yes')">❤️ Yes</a>
<a href="#" id="move-random">💔 No</a>
Expand Down