-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.template
More file actions
43 lines (42 loc) · 1.8 KB
/
index.template
File metadata and controls
43 lines (42 loc) · 1.8 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
<!DOCTYPE html>
<html lang="ja">
<head>
<!--文字コードをセット-->
<meta charset="utf-8" />
<!--表示タイマー用のjsファイル-->
<script src="timer.js"></script>
<!--ページタイトル等-->
<title>TechnoTUT NOWPLAYING</title>
<meta name="description" content="TechnoTUT NOWPLAYING DJ">
<meta property="og:title" content="TechnoTUT NOWPLAYING">
<meta property="og:description" content="Display the DJ name of TechnoTUT.">
<meta property="og:image" content="https://f4.bcbits.com/img/0032011067_10.jpg">
<meta property="og:url" content="https://event.technotut.net/">
<link rel="icon" href="https://f4.bcbits.com/img/0032011067_10.jpg">
<!--CSSの読み込み-->
<link rel="stylesheet" href="style.css">
<!--自動再読み込み-->
<!--meta http-equiv="refresh" content="18000;"-->
</head>
<body>
<div>
<div class="video-box">
<video class="dtimer" data-sh="0" data-sm="0" data-eh="11" data-em="59" data-es="59" id="video" muted autoplay loop>
<source src="/background/wave.mp4">
</video>
<video class="dtimer" data-sh="12" data-sm="0" data-eh="17" data-em="59" data-es="59" id="video" muted autoplay loop>
<source src="/background/star.mp4">
</video>
<video class="dtimer" data-sh="18" data-sm="0" data-eh="23" data-em="59" data-es="59" id="video" muted autoplay loop>
<source src="/background/ball.mp4">
</video>
</div>
<div>
<img id="logo" src="/image/Logo_Bblack.png"></img>
</div>
<div>
{{.}}
</div>
</div>
</body>
</html>