diff --git a/mimic3-http/mimic3_http/img/Mimic_color.png b/mimic3-http/mimic3_http/img/Mimic_color.png index 808c010..b0b5e3f 100644 Binary files a/mimic3-http/mimic3_http/img/Mimic_color.png and b/mimic3-http/mimic3_http/img/Mimic_color.png differ diff --git a/mimic3-http/mimic3_http/img/Mimic_color.svg b/mimic3-http/mimic3_http/img/Mimic_color.svg new file mode 100644 index 0000000..f34c7db --- /dev/null +++ b/mimic3-http/mimic3_http/img/Mimic_color.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + Mimic_color + + + + + + + + Mimic_color + + + diff --git a/mimic3-http/mimic3_http/img/favicon.png b/mimic3-http/mimic3_http/img/favicon.png new file mode 100644 index 0000000..da7a2ab Binary files /dev/null and b/mimic3-http/mimic3_http/img/favicon.png differ diff --git a/mimic3-http/mimic3_http/templates/index.html b/mimic3-http/mimic3_http/templates/index.html index 508d305..268c5ab 100644 --- a/mimic3-http/mimic3_http/templates/index.html +++ b/mimic3-http/mimic3_http/templates/index.html @@ -7,6 +7,7 @@ + Mimic 3 @@ -94,8 +95,13 @@
-
- +
+ + + +
+
+ License
@@ -184,7 +190,7 @@ var voiceKey = voiceList.options[voiceList.selectedIndex].value var voice = voicesInfo[voiceKey] - if (voice.speakers) { + if (voice.speakers && voice.speakers.length > 0) { voice.speakers.forEach(function(speaker) { speakerList.insertAdjacentHTML( 'beforeend', ''