1 Star 5 Fork 1

Allen Iverrui/jsp 音乐红茶馆网站

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
测试.html 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
Allen Iverrui 提交于 2023-02-15 22:42 . first
<style type="text/css">
@import url("css样式/top.css");
body {
background-image: url(imag/topbg.jpeg);
background-repeat: repeat-x;
margin-left: 100px;
}
</style>
<head>
<body>
<p class="topfont">"<%=judge.substring(0,judge.length()-4)%>"音乐成功找到</p>
<audio src="music/想见你.mp3" controls="controls" preload id="music">
</audio>
<br>
<br>
<br>
<a class="topfont">"<%=judge.substring(0,judge.length()-4)%>"mv成功找到</a>
<br>
<video width="210" height="210" controls>
<source src="mv/想见你.mp4" type="video/mp4">
</video>
</body>
</head>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alleniverrui/jsp-music-website.git
git@gitee.com:alleniverrui/jsp-music-website.git
alleniverrui
jsp-music-website
jsp 音乐红茶馆网站
master

搜索帮助