added favicon to web interface
authorboinggg <Mike@Mike-THINK.(none)>
Mon, 14 May 2012 12:58:14 +0000 (05:58 -0700)
committerForrest Voight <forrest.voight@gmail.com>
Mon, 14 May 2012 17:27:12 +0000 (13:27 -0400)
web-static/favicon.ico [new file with mode: 0644]
web-static/graphs.html
web-static/index.html
web-static/share.html

diff --git a/web-static/favicon.ico b/web-static/favicon.ico
new file mode 100644 (file)
index 0000000..5182efd
Binary files /dev/null and b/web-static/favicon.ico differ
index 22ec27c..6577123 100644 (file)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     <head>
         <title>P2Pool Graphs</title>
+        <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
         <script type="text/javascript" src="d3.v2.min.js"></script>
         
         <style type="text/css">
index f88243d..7314326 100644 (file)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     <head>
         <title>P2Pool</title>
+        <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
         <script type="text/javascript" src="d3.v2.min.js"></script>
         <script type="text/javascript">
             // based on goblin's p2pool-stats project
index 39f0cdd..fc05bcc 100644 (file)
@@ -3,6 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     <head>
         <title>P2Pool Share</title>
+        <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
         <script type="text/javascript" src="d3.v2.min.js"></script>
     </head>
     <body>