typo in favicon corrected

This commit is contained in:
telegnom 2015-03-24 09:24:38 +01:00
parent dc0549e9f2
commit 0cf85d83ab

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Stromverbrauch HQ</title> <title>Stromverbrauch HQ</title>
<link rel="icon" type="image/png" href="/png.ico"> <link rel="icon" type="image/png" href="/favicon.png">
<?php if (! isset($_GET['norefresh']) || $_GET['norefresh'] != 1): ?> <?php if (! isset($_GET['norefresh']) || $_GET['norefresh'] != 1): ?>
<meta http-equiv="refresh" content="15"> <meta http-equiv="refresh" content="15">
<?php endif; ?> <?php endif; ?>
@ -72,4 +72,4 @@
<strong>Plot des letzten Jahres</strong><br> <strong>Plot des letzten Jahres</strong><br>
<img src="power1y.png" alt="Leistung geplottet über die Zeit" border="0"><br> <img src="power1y.png" alt="Leistung geplottet über die Zeit" border="0"><br>
</body> </body>
</html> </html>