favicon added

This commit is contained in:
telegnom 2015-03-24 09:18:06 +01:00
parent 519d5e9ba3
commit dc0549e9f2

View File

@ -3,6 +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">
<?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; ?>