-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheart.html
More file actions
23 lines (22 loc) · 1.02 KB
/
Copy pathheart.html
File metadata and controls
23 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>多彩烟花告白</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💖</text></svg>">
<link rel="stylesheet" href="css/heart.css">
</head>
<body>
<div class="input-box">
<input type="text" id="name" placeholder="请输入你的名字" autocomplete="off" aria-label="你的名字">
<button id="launchBtn">💖 点击开启浪漫之旅 💖</button>
</div>
<div class="message" id="message" aria-live="polite"></div>
<canvas id="canvas"></canvas>
<div id="letter" role="dialog" aria-labelledby="letter-title" aria-modal="true"></div>
<button class="sound-toggle" id="soundToggle" aria-label="切换音效">🔊</button>
<a href="index.html" class="back-home" title="返回首页">🏠</a>
<script src="js/heart.js"></script>
</body>
</html>