1 Star 0 Fork 0

唐炜仁/TWR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
圣诞树特效代码.html 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐炜仁 提交于 2023-12-24 13:38 +08:00 . 改成链接
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>圣诞树</title>
<style>
html,
body {
margin: 0px;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
}
</style>
</head>
<body>
<div>
<video style="width: 100%" controls autoplay loop src="img/WeChat_20231224133002.mp4" muted="muted" </video>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/TWRmake/TWR.git
git@gitee.com:TWRmake/TWR.git
TWRmake
TWR
TWR
master

搜索帮助