[enh] Add favicon. Move icon.png to img folder.

This commit is contained in:
opi 2014-07-03 12:08:39 +02:00
parent 1561bf7375
commit b8395c4b99
3 changed files with 2 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/ynhadmin_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -8,13 +8,14 @@
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" /> <meta name="viewport" content="user-scalable=no, width=device-width, height=device-height" />
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<link href="css/style.min.css" rel="stylesheet" media="screen"> <link href="css/style.min.css" rel="stylesheet" media="screen">
<link rel="shortcut icon" href="img/ynhadmin_icon.png">
</head> </head>
<body> <body>
<div id="slider" role="application"> <div id="slider" role="application">
<header id="masthead" class="page-header"> <header id="masthead" class="page-header">
<a href="#/" class="homelink slide back"> <a href="#/" class="homelink slide back">
<img src="./icon.png" style="width: 70px;"> <img src="img/icon.png" style="width: 70px;">
</a> </a>
<span class="logout-button" role="button"> <span class="logout-button" role="button">
<a class="fa-sign-out" href="#/logout" title="Logout" data-y19n-title="logout"><span class="sr-only" data-y19n="logout">Logout</span></a> <a class="fa-sign-out" href="#/logout" title="Logout" data-y19n-title="logout"><span class="sr-only" data-y19n="logout">Logout</span></a>