synthing

a waveform sequencing synth on the web
Log | Files | Refs | Submodules

commit d1e5f6087d6381677806836c62a3ea5296d95b4e
parent 5e149d438aca6c23db77b1952e225e7052a9f8cb
Author: Massimo Siboldi <mdsiboldi@gmail.com>
Date:   Mon,  9 Apr 2018 22:34:10 -0700

Some more meta tags

Diffstat:
Mindex.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -3,6 +3,10 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="application-name" content="SynThing"> + <meta name="author" content="Massimo Siboldi"> + <meta name="description" content="A waveform sequencer."> + <meta name="keywords" content="synth, synthesizer, thing, music, web audio, canvas, preact, tones, waveforms, fourier, wave, wavetable, additive, synthesis"> <title>SynThing: A Waveform Sequencer</title> </head> <body>