fix: favicon error

This commit is contained in:
john-emerson14
2020-03-21 13:45:15 -03:00
parent d56e5e825a
commit 4e889e5742

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>John Emerson</title> <title>John Emerson</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- /> --> <link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head> </head>
<body> <body>