diff --git a/templates/index.html b/templates/index.html
index 058bd7f..fc2eba3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,11 +3,11 @@
- Title
+ Manga Downloader
-
+
-
@@ -74,7 +74,7 @@
document.getElementById('main').appendChild(div);
fetch('/download')
- .then(response => response.json())
+ .then(response => response.json())
.then(function(data){
for (i=0; data.manga.length; i++) {