index.html (624B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="application-name" content="SynThing"> 7 <meta name="author" content="Massimo Siboldi"> 8 <meta name="description" content="A waveform sequencer."> 9 <meta name="keywords" content="synth, synthesizer, thing, music, web audio, canvas, preact, tones, waveforms, fourier, wave, wavetable, additive, synthesis"> 10 <title>SynThing: A Waveform Sequencer</title> 11 </head> 12 <body> 13 <div id="root"></div> 14 <script src="./bundle.js"></script> 15 </body> 16 </html>