-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
69 lines (62 loc) · 4.64 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
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>Theremin - Play your own musical synth with delay, feedback & scuzz</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<meta name="description" content="Multi-touch the screen or use the cursor and play with the effects to make scuzzy sounds...">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1.0, user-scalable=no" />
<meta property="og:url" content="http://www.femurdesign.com/theremin/"/>
<meta property="og:title" content="Theremin - Play your own musical synth with delay, feedback & scuzz"/>
<meta property="og:description" content="Multi-touch the screen or use the cursor and play with the effects to make scuzzy sounds..."/>
<meta property="og:image" content="http://femurdesign.com/theremin/favicons/thumbnail-ipad.png"/>
<link rel="image_src" href="favicons/thumbnail.png">
<!-- fb -->
<meta property="fb:admins" content="605035371" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@femurdesign">
<meta name="twitter:title" content="Theremin - Play your own musical synth with delay, feedback & scuzz">
<meta name="twitter:description" content="Multi-touch the screen or use the cursor and play with the effects to make scuzzy sounds...">
<meta name="twitter:image" content="favicons/thumbnail.png">
<!-- G+ -->
<meta itemprop="name" content="Theremin - Play your own musical synth with delay, feedback & scuzz"/>
<meta itemprop="description" content="Multi-touch the screen or use the cursor and play with the effects to make scuzzy sounds..."/>
<link rel="author" href="http://www.femurdesign.com"/>
<link rel="publisher" href="https://plus.google.com/108918707363344775133"/>
<!-- ICONS from http://realfavicongenerator.net/-->
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png?v2=GvvyQPg8Yv">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png?v2=GvvyQPg8Yv">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png?v2=GvvyQPg8Yv" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png?v2=GvvyQPg8Yv" sizes="192x192">
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png?v2=GvvyQPg8Yv" sizes="96x96">
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png?v2=GvvyQPg8Yv" sizes="16x16">
<link rel="manifest" href="favicons/manifest.json?v2=GvvyQPg8Yv">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg?v2=GvvyQPg8Yv" color="#5bbad5">
<link rel="shortcut icon" href="favicons/favicon.ico?v2=GvvyQPg8Yv">
<meta name="apple-mobile-web-app-title" content="Theremin">
<meta name="application-name" content="Theremin">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="msapplication-TileImage" content="favicons/mstile-144x144.png?v2=GvvyQPg8Yv">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app"></div>
<script src="/static/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44791750-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>