Skip to content

Commit

Permalink
add favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Apr 21, 2014
1 parent 3a45072 commit ea09fee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ body {
width: 70px;
top: 20px;

margin-left: 60%;
margin-left: 890px;
margin-top: 0px;

color: #FFF;
Expand All @@ -243,7 +243,7 @@ body {
width: 70px;
top: 45px;

margin-left: 60%;
margin-left: 890px;
margin-top: 0px;

color: #FFF;
Expand Down
Binary file added favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit ea09fee

Please sign in to comment.