diff options
author | Pacien TRAN-GIRARD | 2014-02-16 16:20:38 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-16 16:20:38 +0100 |
commit | cef2ead9e5c3062fb2fe4ecfb471000395337abb (patch) | |
tree | 6f2f5431f7c1c9de3c37e2c10ed403f912a807e7 /website | |
parent | f3cb446dc5d75b0790410fc2f526a6642389e105 (diff) | |
download | esieequest-cef2ead9e5c3062fb2fe4ecfb471000395337abb.tar.gz |
Add favicon
Diffstat (limited to 'website')
-rw-r--r-- | website/assets/img/favicon.png | bin | 0 -> 503 bytes | |||
-rw-r--r-- | website/index.html | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/website/assets/img/favicon.png b/website/assets/img/favicon.png new file mode 100644 index 0000000..1a9c32f --- /dev/null +++ b/website/assets/img/favicon.png | |||
Binary files differ | |||
diff --git a/website/index.html b/website/index.html index da92ce7..aa2b1bc 100644 --- a/website/index.html +++ b/website/index.html | |||
@@ -7,6 +7,8 @@ | |||
7 | 7 | ||
8 | <title>ESIEEquest</title> | 8 | <title>ESIEEquest</title> |
9 | 9 | ||
10 | <link rel="shortcut icon" href="/assets/img/favicon.png"> | ||
11 | |||
10 | <link rel="stylesheet" href="/assets/css/pure-min.css"> | 12 | <link rel="stylesheet" href="/assets/css/pure-min.css"> |
11 | <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> | 13 | <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> |
12 | <link rel="stylesheet" href="/assets/css/main-grid.css"> | 14 | <link rel="stylesheet" href="/assets/css/main-grid.css"> |