Skip to content

Commit

Permalink
更新 index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CHCAT1320 authored Sep 28, 2024
1 parent edf517b commit 779b393
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,42 +1 @@
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CHCAT'Phi</title>
<style>
#PlaybackWindow {
position: relative;
width: 720px;
height: 540px;
border: 1px solid black;
background-color: darkgrey;
margin: 20px auto;
z-index: -999999;
overflow: hidden;
}
.line {
position: absolute;
top: 50%;
width: 2160px;
height: 5px;
background-color: white;
text-align: center;
}
</style>
</head>
<body style="background-color: azure;">
<div id="body">
导入谱面<input type="file" onchange="ChartFiles(this.files)">
导入音乐<input type="file" onchange="bgm(this.files)">
<audio id="audio" src=""></audio>
<button type="button" onclick="StartPlay()">开始</button>
<div id="PlaybackWindow">
<div id="chartTime">谱面时间:-114514.191</div>
<!-- <div id="line"></div> -->
<div style="z-index: 9999999999;position: absolute;top: 95%;">code by CHCAT1320</div>
</div>
</div>
<script src="js.js"></script>
</body>
</html>
喵喵

0 comments on commit 779b393

Please sign in to comment.