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>
<meta charset="utf-8">
<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): ?>
<meta http-equiv="refresh" content="15">
<?php endif; ?>
@ -72,4 +72,4 @@
<strong>Plot des letzten Jahres</strong><br>
<img src="power1y.png" alt="Leistung geplottet über die Zeit" border="0"><br>
</body>
</html>
</html>