-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
56 lines (43 loc) · 2.1 KB
/
index.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
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta name="twitter:card" content="player">
<meta name="twitter:site" content="@wizgrav">
<meta name="twitter:title" content="Clubber Tool">
<meta name="twitter:description" content="A tool for music visualization research">
<meta name="twitter:player" content="https://wizgrav.github.io/tool/index.html">
<meta name="twitter:player:width" content="600">
<meta name="twitter:player:height" content="370">
<meta property="og:title" content="Clubber Tool">
<meta property="og:image" content="../toy/favicon.png">
<meta property="og:description" content="description goes here">
<meta charset="utf-8">
<meta name="author" content="Yannis Gravezas <[email protected]>">
<meta name="description" content="A tool for music visualization research">
<!-- Mobile Stuff -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="msapplication-tap-highlight" content="no">
<!-- Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Clubber debugger">
<link rel="icon" sizes="192x192" href="../toy/favicon.png">
<!-- Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Clubber debugger">
<link rel="apple-touch-icon" href="../toy/favicon.png">
<!-- Windows 8 -->
<meta name="msapplication-TileImage" content="../toy/favicon.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="theme-color" content="#000000">
<link rel="icon" type="image/png" href="../toy/favicon.png" />
<title>Clubber Tool</title>
</head>
<body>
</div>
<script>
window.location = "https://goo.gl/p4HwTH";
</script>
</body>
</html>