Change index.html title

This commit is contained in:
Soitora 2019-07-24 03:03:04 +02:00 committed by GitHub
parent 2217ee0fe5
commit 990551c43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Tachiyomi Installation</title> <title>Tachiyomi Guide</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport"> <meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="" name="description"> <meta content="" name="description">
@ -155,4 +155,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>