From 1392a7b6cd91cce34635a4c7e18acb8ceb38b8fd Mon Sep 17 00:00:00 2001 From: H <12259240+H-Q-Ccc@user.noreply.gitee.com> Date: Sat, 24 Dec 2022 08:05:04 +0000 Subject: [PATCH] rename Christmas-line.html to To Simon Zhao.html. Signed-off-by: H. <12259240+H-Q-Ccc@user.noreply.gitee.com> --- Christmas-line.html => To Simon Zhao.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Christmas-line.html => To Simon Zhao.html (99%) diff --git a/Christmas-line.html b/To Simon Zhao.html similarity index 99% rename from Christmas-line.html rename to To Simon Zhao.html index 8c34ebb..3f236ee 100644 --- a/Christmas-line.html +++ b/To Simon Zhao.html @@ -811,17 +811,17 @@ function drawStars() { let myLabels = [ - "肥汪卷", + "Simon Zhao", "Merry Christmas", - "健健康康,平安喜乐", - "一定要站在你所热爱的世界里闪闪发光", + "繁星如我,伴你同行。", + "Have a good night!", ]; function init() { let element = document.getElementById("header"); for(let i = 0; i < myLabels.length; i++) { let _p = document.createElement("p"); - _p.className = "header-item"; + _p.className = "header-item";繁星点点,夜色宁静。在你回家的路上送上我真挚的圣诞节祝福。繁星如我,伴你同行。祝你今晚好梦! _p.innerHTML = myLabels[i]; element.appendChild(_p); } -- Gitee