From f45115e9b3bcef2c651b651bb4868eb30d0ce46d Mon Sep 17 00:00:00 2001 From: AdamLuYao <62558624+AdamLuYao@users.noreply.github.com> Date: Tue, 24 Mar 2020 00:04:12 +0800 Subject: [PATCH] Update index.html --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index f5d7718f..00fc4bc2 100644 --- a/index.html +++ b/index.html @@ -20,12 +20,12 @@
/**
- * We are both Fudan SSers and programmers,
- * so I write some code to celebrate our 1st anniversary.
+ * 有幸相识,
+ * so I write some code to celebrate our 2nd anniversary.
*/
- Boy i = new Boy("hackerzhou");
- Girl u = new Girl("MaryNee");
- // Nov 2, 2010, I told you I love you.
+ Boy i = new Boy("逯遥大帅逼");
+ Girl u = new Girl("杨宝贝");
+ // Apr 25, 2019, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend eversince.
u.accepted();
@@ -50,12 +50,12 @@
- Minyue, I have fallen in love with you for + 猪猪, I have fallen in love with you for
Love u forever and ever.
-
- hackerzhou
+
- 逯遥大帅逼
@@ -69,7 +69,7 @@ var offsetX = $("#loveHeart").width() / 2; var offsetY = $("#loveHeart").height() / 2 - 55; var together = new Date(); - together.setFullYear(2010, 10, 2); + together.setFullYear(2019, 3, 25); together.setHours(20); together.setMinutes(0); together.setSeconds(0);