Skip to content

Commit

Permalink
重构文件
Browse files Browse the repository at this point in the history
  • Loading branch information
XXYoLoong committed Feb 8, 2024
1 parent 7d11a67 commit 85e9821
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 263 deletions.
File renamed without changes
32 changes: 16 additions & 16 deletions index.html → NewYear/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>新年倒计时</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="countdown">距离新年还有:00:00:00</div>
<button id="previewButton">预览烟花效果</button>
<canvas id="fireworksCanvas"></canvas>
<div id="greetings" style="display: none;">新年快乐!</div>

<script src="script.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>新年倒计时</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="countdown">距离新年还有:00:00:00</div>
<button id="previewButton">预览烟花效果</button>
<canvas id="fireworksCanvas"></canvas>
<div id="greetings" style="display: none;">新年快乐!</div>

<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit 85e9821

Please sign in to comment.