-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathobs.template
More file actions
34 lines (34 loc) · 1.21 KB
/
obs.template
File metadata and controls
34 lines (34 loc) · 1.21 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
<!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;"-->
<style type="text/css">
body {background-color:rgba(0,0,0,0.8);}
h1 {color: white;}
h2 {color: white;}
h3 {color: white;}
</style>
</head>
<body>
<div>
<div>
{{.}}
</div>
</div>
</body>
</html>