aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud CHESNAY <arnaud.chesnay@etu.univ-nantes.fr>2017-09-27 10:33:39 +0200
committerArnaud CHESNAY <arnaud.chesnay@etu.univ-nantes.fr>2017-09-27 10:33:39 +0200
commit07bb02adad59263a6f7364b3217654828ca665b2 (patch)
treedb029ca16624712865b02468c09639923fbe42c9
parent404 (diff)
favicon
-rw-r--r--public/img/favicon.pngbin0 -> 2180 bytes
-rw-r--r--public/index.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/public/img/favicon.png b/public/img/favicon.png
new file mode 100644
index 0000000..93e729b
--- /dev/null
+++ b/public/img/favicon.png
Binary files differ
diff --git a/public/index.html b/public/index.html
index 25f076c..e78a9f4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,7 @@
<head>
<meta charset="utf-8" />
<title>RSC</title>
+ <link rel="icon" type="image/png" href="img/favicon.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/script.js"></script>