We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a45072 commit ea09feeCopy full SHA for ea09fee
css/app.css
@@ -217,7 +217,7 @@ body {
217
width: 70px;
218
top: 20px;
219
220
- margin-left: 60%;
+ margin-left: 890px;
221
margin-top: 0px;
222
223
color: #FFF;
@@ -243,7 +243,7 @@ body {
243
244
top: 45px;
245
246
247
248
249
favicon.ico
1.12 KB
index.html
@@ -12,6 +12,8 @@
12
<link rel="stylesheet" href="app/bower_components/normalize-css/normalize.css">
13
<link rel="stylesheet" href="css/app.css">
14
<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">
17
</head>
18
<body>
19
<!-- essential -->
0 commit comments