remove unneeded title tag

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 01:16:47 -08:00
parent 4d094c8209
commit 8b4e28ccb6
2 changed files with 0 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ a:not(.disabled):hover, i:not(.disabled):hover {
text-align: center; text-align: center;
} }
/* /*
* HEADER * HEADER
*/ */

View File

@@ -2,7 +2,6 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebTorrent</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css" charset="utf-8"> <link rel="stylesheet" href="index.css" charset="utf-8">
</head> </head>