This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathindex.html
40 lines (33 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="NSynth">
<link rel="icon" type="image/png" href="./images/favicon.png" sizes="196x196">
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="NSynth: Sound Maker">
<meta name="twitter:site" content="@googledevs">
<meta name="twitter:description" content="Make unusual new sounds with machine learning.">
<meta name="twitter:image" content="https://aiexperiments.withgoogle.com/sound-maker/view/images/nsynth_sharing_image.jpg">
<meta property="og:title" content="NSynth: Sound Maker">
<meta property="og:type" content="website">
<meta property="og:url" content="https://aiexperiments.withgoogle.com/sound-maker/view/">
<meta property="og:image" content="https://aiexperiments.withgoogle.com/sound-maker/view/images/nsynth_sharing_image.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1116">
<meta property="og:image:height" content="837">
<meta property="og:description" content="Make unusual new sounds with machine learning.">
<meta property="fb:app_id" content="2135902383302108">
<meta property="og:site_name" content="NSynth: Sound Maker">
<meta itemscope itemtype="http://schema.org/Article">
<meta itemprop="title" content="NSynth: Sound Maker">
<meta itemprop="name" content="A.I. Experiments">
<meta itemprop="description" content="Make unusual new sounds with machine learning.">
<meta itemprop="image" content="https://aiexperiments.withgoogle.com/sound-maker/view/images/nsynth_sharing_image.jpg">
</head>
<body>
<script src="build/Main.js"></script>
</body>
</html>