Change icon file

This commit is contained in:
Ophir LOJKINE 2013-10-22 21:06:03 +02:00
parent 28bc5d25c9
commit 1c68bf8773
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,7 +1,5 @@
node_modules
server-data/history.txt
lib-cov
*.seed
*.log

View file

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>WBO</title>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="icon" type="image/png" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="board.css" />
<script type="text/javascript" src="/socket.io/socket.io.js"></script>

View file

@ -3,7 +3,7 @@
"collaborative",
"whiteboard"
],
"version": "0.1.0-2",
"version": "0.1.0-4",
"dependencies": {
"node-static": "0.7.x",
"socket.io": "0.9.x"