Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erhuodaosi authored Jul 21, 2024
1 parent ab3f670 commit 3e19846
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
<body>

<div class="love-wrapper">
<div class="music-icon" onclick="toggleMusicPlayer()">❤️</div>
<div class="music-player" id="musicPlayer">
<audio controls autoplay loop>
<source src="audio/love.kgm" type="audio/mpeg">
您的浏览器不支持音频元素。
</audio>
</div>
<div class="tab-content" id="tab1">
<h2>情不知所起,一往而深</h2>
<div class="article-nav">
Expand Down

0 comments on commit 3e19846

Please sign in to comment.