summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2012-07-01 15:55:43 +0200
committerChristoph Brill <egore911@egore911.de>2012-07-01 15:56:36 +0200
commit218f9e183380ab8f07bf4b4cd21708769a0ec161 (patch)
tree6a597a3206ec28c3f701170318eb4dafcc9d15a1 /index.php
parentb7c727e6aac9c3caec99651ac0393843182d5a88 (diff)
Add favicon
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 862450c..6b88a37 100644
--- a/index.php
+++ b/index.php
@@ -60,6 +60,7 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>'.$title.'</title>
+ <link rel="shortcut icon" href="favicon.ico" />
<style type="text/css">
body { font-family:monospace; }
h1 { text-align: center; }