<!DOCTYPE html>
<html>
<head>
<title>网站音乐播放器</title>
<style>
.container {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
}
<p>.audio-player {
width: 100%;
margin-bottom: 20px;
}</p>
<p>.button {
display: inline-block;
padding: 10px;
background-color: #4caf50;
color: #fff;
text-decoration: none;
border-radius: 5px;
}</p>
<p>.button:hover {
background-color: #45a049;
}</p>
</style>
</head>
<body>
    <div class="container">
        <h2>网站音乐播放器</h2>
<pre><code>    &lt;audio class=&quot;audio-player&quot; controls&gt;
        &lt;source src=&quot;path/to/your/music.mp3&quot; type=&quot;audio/mpeg&quot;&gt;
        Your browser does not support the audio element.
    &lt;/audio&gt;
    
    &lt;a class=&quot;button&quot; href=&quot;path/to/your/music.mp3&quot; download&gt;下载音乐&lt;/a&gt;
&lt;/div&gt;
</code></pre>
</body>
</html>

原文地址: https://www.cveoy.top/t/topic/pH9l 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录