[Front-end] Favicons for app

WTD-724
Added favicon art files, and references in index.html
This commit is contained in:
Charles Hacskaylo 2015-01-27 14:20:15 -08:00
parent 53d6b60bda
commit 68cd2a0e76
5 changed files with 5 additions and 1 deletions

View File

@ -7,8 +7,12 @@
src="platform/framework/lib/require.js"
data-main="platform/framework/src/Main.js">
</script>
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="platform/commonUI/general/res/images/favicons/favicon-16x16.png" sizes="16x16">
<link rel="shortcut icon" href="platform/commonUI/general/res/images/favicons/favicon.ico">
</head>
<body class="user-environ" ng-view>
<body class="user-environ foo" ng-view>
</body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB