aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabesnard2015-02-15 18:58:27 +0100
committerabesnard2015-02-15 18:58:27 +0100
commit6ad4b74682b54871adbe647b9cae72f77c6d77ba (patch)
treee800bf033ca561f087d42c2fed46a0451a7b165e
parentf13bc3e35681265a97e47b737d64299fb2f748a2 (diff)
downloadmakeup-6ad4b74682b54871adbe647b9cae72f77c6d77ba.tar.gz
makeup-6ad4b74682b54871adbe647b9cae72f77c6d77ba.tar.bz2
makeup-6ad4b74682b54871adbe647b9cae72f77c6d77ba.zip
Adding an icon
-rw-r--r--Images/icon.pngbin0 -> 872 bytes
-rw-r--r--index.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/Images/icon.png b/Images/icon.png
new file mode 100644
index 0000000..ee2464c
--- /dev/null
+++ b/Images/icon.png
Binary files differ
diff --git a/index.html b/index.html
index b41a39d..3ab4e4d 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
<title>Maquillage</title>
<script src="markdown.js"></script>
<script src="router.js"></script>
+ <link rel="shortcut icon" href="Images/icon.png">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="font.css">
<link rel="stylesheet" type="text/css" href="menu.css">