Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
feat(Files): add audio files
Browse files Browse the repository at this point in the history
added new audio files to the `Music/audio` directory.
  • Loading branch information
gytxtx committed Sep 4, 2024
1 parent 6f984d8 commit de55884
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions Music/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,33 @@ <h3 id="-">韩语版</h3>
<p><a href="./audio/Target%20for%20Love%20-%20KR.mp3" target="_blank">下载音频</a></p>
<hr>

<h2 id="-">わたしたちのクエスト <i>我们的任务</i></h2>
<h3 id="-">完整版</h3>
<!-- <audio controls src="./Music/Blue%20Archive%20OST\)%20Jin-Ah%20Lee%20-%20Target%20for%20Love.mp3"></audio>
<a href="./Music/Blue%20Archive%20OST\)%20Jin-Ah%20Lee%20-%20Target%20for%20Love.mp3">Download audio</a> -->
<audio controls>
<!-- <source src="https://example.com" type="audio/ogg"> -->
<source src="./audio/徳井青空,高田憂希,田中美海 - わたしたちのクエスト.mp3" type="audio/mpeg">
您的浏览器不支持 audio 元素。
</audio>
<p><a href="./audio/徳井青空,高田憂希,田中美海 - わたしたちのクエスト.mp3" target="_blank">下载音频</a></p>

<h3 id="-">较短版本</h3>
<audio controls>
<!-- <source src="https://example.com" type="audio/ogg"> -->
<source src="./audio/徳井青空,高田憂希,田中美海 - わたしたちのクエスト(Short Ver.).mp3" type="audio/mpeg">
您的浏览器不支持 audio 元素。
</audio>
<p><a href="./audio/徳井青空,高田憂希,田中美海 - わたしたちのクエスト(Short Ver.).mp3" target="_blank">下载音频</a></p>
<h3 id="-">伴奏</h3>
<audio controls>
<!-- <source src="https://example.com" type="audio/ogg"> -->
<source src="./audio/ミツキヨ - わたしたちのクエスト(Instrumental Ver.).mp3" type="audio/mpeg">
您的浏览器不支持 audio 元素。
</audio>
<p><a href="./audio/ミツキヨ - わたしたちのクエスト(Instrumental Ver.).mp3" target="_blank">下载音频</a></p>
<hr>

<h2 id="-">准备出发!</h2>
<h3 id="-">国语</h3>
<!-- <audio controls src="./Music/Blue%20Archive%20OST\)%20Jin-Ah%20Lee%20-%20Target%20for%20Love.mp3"></audio>
Expand Down

0 comments on commit de55884

Please sign in to comment.