add favicon.ico

This commit is contained in:
ruanyf
2014-04-22 04:58:35 +08:00
parent 3a45072f34
commit ea09fee549
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -217,7 +217,7 @@ body {
width: 70px;
top: 20px;
margin-left: 60%;
margin-left: 890px;
margin-top: 0px;
color: #FFF;
@@ -243,7 +243,7 @@ body {
width: 70px;
top: 45px;
margin-left: 60%;
margin-left: 890px;
margin-top: 0px;
color: #FFF;
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+2
View File
@@ -12,6 +12,8 @@
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="css/app.css">
<title>ECMAScript 6入门</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- essential -->