diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/favicon.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | src/index.html | 3 |
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 --> |