about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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 -->