-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
30 lines (30 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="JavaScript Software Synthesizer is a web app enabling you to make
and play music in the browser. It is a software synthesizer implementing a
variety of JavaScript frameworks and libraries, such as Tone.js and NexusUI2."
/>
<meta
name="keywords"
content="music, midi, sound, synthesizer, sound-processing, synth, piano,
synthesizers, software-synthesizer, subtractive-synthesis, midi-keyboard,
fm-synthesizer, piano-keyboard, sound-synthesis, nexusui2, frequency-modulation,
tonejs, web-audio, fm-synthesis, sound-engineering, javascript-synthesizer, typescript"
/>
<meta name="author" content="Michael Kolesidis" />
<title>JSS-01 | JavaScript Software Synthesizer</title>
<link rel="icon" href="./assets/logo/favicon.ico" />
<link rel="apple-touch-icon" href="./assets/logo/logo_192.png" />
<link rel="manifest" href="/jss.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/jss.ts"></script>
</body>
</html>