-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.57 KB
/
index.html
File metadata and controls
48 lines (43 loc) · 1.57 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>書道部DB</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page-wrapper">
<h1>書道パフォーマンス データベース</h1>
<div class="container">
<a href="01.html" class="card">
<h2>01 2026公民館</h2>
<p>曲名: GIFT、アポロドロス</p>
<div class="hanko">進行中</div>
</a>
<a href="02.html" class="card">
<h2>02 2026三送会</h2>
<p>曲名: サクラ咲ケ</p>
<div class="hanko">進行中</div>
</a>
<a href="01-screen.html" class="card">
<h2>01 2026公民館 大表示</h2>
<p>モニター用 (YouTube連動)</p>
<div class="hanko">進行中</div>
</a>
<a href="02-screen.html" class="card">
<h2>02 2026三送会 大表示</h2>
<p>モニター用 (動画連動)</p>
<div class="hanko">進行中</div>
</a>
</div>
<footer class="admin-footer">
<p>管理者用メニュー</p>
<div class="container" style="gap:10px;">
<a href="admin1.html" class="btn">一括変換 (SRT)</a>
<a href="admin2.html" class="btn">手動作成・編集</a>
</div>
</footer>
</div>
</body>
</html>