about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-24 18:11:40 +0100
committerEmile <hanemile@protonmail.com>2019-02-24 18:11:40 +0100
commita96564e6b155c396c0b05f095e0bb834ab1d7b4d (patch)
treefa22868dc869a552c646f1a1678db1caa910424d /src
parente6bd73713ee5dbb1afc9dc1ca6d5e5458f74b6a7 (diff)
added a favicon
Diffstat (limited to 'src')
-rw-r--r--src/favicon.icobin0 -> 1150 bytes
-rw-r--r--src/index.html3
2 files changed, 3 insertions, 0 deletions
diff --git a/src/favicon.ico b/src/favicon.ico
new file mode 100644
index 0000000..7641a5e
--- /dev/null
+++ b/src/favicon.ico
Binary files differdiff --git a/src/index.html b/src/index.html
index c58a5df..87cf010 100644
--- a/src/index.html
+++ b/src/index.html
@@ -10,6 +10,9 @@
 
         <title>Galaxy Simulator</title>
 
+        <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+        <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
         <!-- Bootstrap core CSS
         <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
         000 -->