Add files via upload

This commit is contained in:
SkimrMe
2024-08-31 00:48:18 +08:00
committed by GitHub
parent 4ef2b43738
commit ab52649de5

71
src/index.html Normal file
View File

@@ -0,0 +1,71 @@
<!--简易播放器-->
<!DOCTYPE html>
<html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>简易播放器</title>
</head>
<body>
<a style="color: rgba(0, 0, 0, 0.189);">一个一个一个一个简易播放器-----------一个一个简易播放器</a>
<table width="100%" border="0">
<tr>
<td colspan="2" style="background-color:#97a5fc;">
<h1><center>Funky TV</center></h1>
</td>
</tr>
<tr>
<td style="background-color:#ffffff; height: 450px;;width:100%;vertical-align:top;">
<div style="background-color: rgb(255, 255, 255);">
<h2>举例视频</h2></div>
<div style="background-color: #2e2e2ea6;" >
</head>
<body>
<!--标题部分-->
<h1>パンツじゃないもんレーシング(这不是胖次比赛)</h1>
<!--简介部分-->
此视频为转载<br>
转载的视频链接:<a href="https://www.youtube.com/watch?v=bUrN5OXWDzU">https://www.youtube.com/watch?v=bUrN5OXWDzU</a><br>
简介Funny Video from Osu game<br>
原视频链接:<a href="https://www.nicovideo.jp/watch/sm12322218">https://www.nicovideo.jp/watch/sm12322218</a><br>
简介ストパン音MAD<br>
<!--简介部分-->
</right>
<br>
<br>
<div class="video-container">
<video id="myVideo" width="640" height="360" controls>
<source src="https://github.com/SkimrMe/A-Movies/assets/158807652/c3c98b79-954a-4363-b2da-5ba42924bcd9" type="video/mp4"> 1
您的浏览器不支持Video标签
</video>
<div class="custom-progress-bar" id="customProgressBar">
<div class="fill"></div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#ffffff;text-align:left;">
<br>
<div style="background-color: white;"><a href="https://icp.gov.moe/?keyword=20242001" target="_blank">萌ICP備20242001號</a></div>
<div style="background-color: #97a5fc;">简易播放器 始于2024 Bad-soft 所有<br>
Copyright © 2024 Bad-soft</div>
</td>
</tr>
</table>
</body>
</html>
<!--引入js文件-->
<script src="./js/video.js"></script>
<!--引入css文件-->
<link rel="stylesheet" href="./css/video.css">