-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02.html
More file actions
29 lines (28 loc) · 969 Bytes
/
02.html
File metadata and controls
29 lines (28 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>02 2026三送会</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page-wrapper">
<h1>02 2026三送会</h1>
<div class="app-container">
<div class="player-section">
<video id="video-player" controls playsinline class="video-container">
<source src="https://res.cloudinary.com/doqthalka/video/upload/v1771151605/%E4%B8%89%E9%80%81%E4%BC%9A_vag4dh.mp4" type="video/mp4">
</video>
</div>
<div class="list-section" id="timestamp-list"></div>
</div>
<a href="index.html" class="btn back-link">← 戻る</a>
</div>
<script src="data02.js"></script>
<script src="script.js"></script>
<script>
// data02.jsの performanceData2 を使用
initApp(performanceData02, 'video-player');
</script>
</body>
</html>