Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit ae70f1a

Browse files
authored
Merge pull request #2 from vinkla/icon
Add shortcut icon
2 parents a74303e + f6a1429 commit ae70f1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
56
<meta name="viewport" content="width=device-width, initial-scale=1">
67

78
<title>PHP Integrator</title>
@@ -108,6 +109,8 @@
108109
100% { opacity: 1; margin-top: 50px; }
109110
}
110111
</style>
112+
113+
<link rel="shortcut icon" href="/images/logo.png">
111114
</head>
112115

113116
<body>

0 commit comments

Comments
 (0)