mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
add favicon.ico
This commit is contained in:
+2
-2
@@ -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
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user