Skip to content

Commit ea09fee

Browse files
committed
add favicon.ico
1 parent 3a45072 commit ea09fee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

css/app.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ body {
217217
width: 70px;
218218
top: 20px;
219219

220-
margin-left: 60%;
220+
margin-left: 890px;
221221
margin-top: 0px;
222222

223223
color: #FFF;
@@ -243,7 +243,7 @@ body {
243243
width: 70px;
244244
top: 45px;
245245

246-
margin-left: 60%;
246+
margin-left: 890px;
247247
margin-top: 0px;
248248

249249
color: #FFF;

favicon.ico

1.12 KB
Binary file not shown.

index.html

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
1313
<link rel="stylesheet" href="css/app.css">
1414
<title>ECMAScript 6入门</title>
15+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
16+
<link rel="icon" href="/favicon.ico" type="image/x-icon">
1517
</head>
1618
<body>
1719
<!-- essential -->

0 commit comments

Comments
 (0)