-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroom.html
50 lines (45 loc) · 2.19 KB
/
room.html
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
49
50
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100551872-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100551872-2');
</script>
<title>SyncPod</title>
<meta charset="UTF-8">
<meta name="keywords" content="Cyder, SyncPod">
<meta name="description" content="Cyder">
<meta name="author" content="Cyder">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="SyncPod">
<meta property="og:type" content="website">
<meta property="og:url" content="http://app.sync-pod.com/room">
<meta property="og:image" content="http://app.sync-pod.com/images/ogp.jpg">
<meta property="og:site_name" content="SyncPod">
<meta property="og:description" content="全く新しい動画視聴のカタチ。離れた人と一緒に動画を楽しむことができます。友人や恋人と同じ時間を共有したり、アーティストのファン同士で盛り上がったり、楽しみ方は自由自在。">
<meta property="fb:app_id" content="150795858797745">
<meta name="twitter:site" content="@Cyder_PR">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" href="./images/favicon.png" >
</head>
<body>
<section>
<div class="logo">
<a href="./"><img src="images/logo.png"></a>
</div>
<p class="description">離れた人と一緒に動画を楽しむことができます。友人や恋人と同じ時間を共有したり、アーティストのファン同士で盛り上がったり、楽しみ方は自由自在。</p>
<footer>
<a class="app-button" id="app-room-url">
<div>アプリで開く</div>
<div class="room-key" id="room-key">ルームキー:</div>
</a>
</footer>
</section>
<script type="text/javascript" src="js/room.js"></script>
</body>
</html>