diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-11-16 12:00:30 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-11-16 12:04:47 +0100 |
commit | 8d8c0a86d5cf80e5e9a86947fe450d742f038b13 (patch) | |
tree | 936da7a3f77bd765970ad653510b33e0cd10ebdc | |
parent | b34f78ce9506d63976b4db2973aca334d1ebf377 (diff) | |
download | zalmy-8d8c0a86d5cf80e5e9a86947fe450d742f038b13.tar.gz |
Add favicon.ico
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | favicon.ico | bin | 0 -> 9662 bytes | |||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | zalmy.appcache | 3 |
4 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,6 @@ FILES=zalmy.js zalmy.js.map style index*.html zalmy.appcache zalmy.webapp \ - require.js config.js config.js.map activePage.js activePage.js.map + require.js config.js config.js.map activePage.js activePage.js.map \ + favicon.ico all: config.js activePage.js zalmy.js diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..18dddf4 --- /dev/null +++ b/favicon.ico @@ -6,6 +6,7 @@ name="viewport"> <title>Žalmy</title> <link rel="stylesheet" type="text/css" href="style/basic.css"> + <link rel="icon" type="image/x-icon" href="favicon.ico"> <script data-main="config" type="text/javascript" src="require.js"></script> <style> p { diff --git a/zalmy.appcache b/zalmy.appcache index ffc5cb8..c91fd33 100644 --- a/zalmy.appcache +++ b/zalmy.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# v28 - 2015-09-23 +# v30 - 2015-11-16 index.html activePage.js activePage.js.map @@ -9,6 +9,7 @@ zalmy.js zalmy.js.map zalmy.webapp require.js +favicon.ico style/basic.css style/OpenSans-SemiBold.ttf style/icon-128.png |