summaryrefslogtreecommitdiff
path: root/snap.html
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-12-07 12:39:09 +0100
committerGubolin <gubolin@fantasymail.de>2014-12-07 12:39:09 +0100
commit3c6380dfa5866cf3425f44b1d1eb08ef5c3baf1b (patch)
tree8558ef0b3932b65fb5625006763f9060b6f05f77 /snap.html
parent295d1412f231d68c2669e61bfb7a1e1103b3b5ed (diff)
parent8338384bf572beb06ebd12a0c9af18029e99262a (diff)
downloadsnap-3c6380dfa5866cf3425f44b1d1eb08ef5c3baf1b.tar.gz
snap-3c6380dfa5866cf3425f44b1d1eb08ef5c3baf1b.zip
merge master
Diffstat (limited to 'snap.html')
-rwxr-xr-xsnap.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap.html b/snap.html
index 63bdebd..8813a61 100755
--- a/snap.html
+++ b/snap.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks. Beta</title>
- <link rel="shortcut icon" href="http://snap.berkeley.edu/fav3.gif" type="image/gif">
+ <link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript" src="morphic.js"></script>
<script type="text/javascript" src="widgets.js"></script>
<script type="text/javascript" src="blocks.js"></script>
@@ -38,5 +38,5 @@
</head>
<body style="margin: 0;">
<canvas id="world" tabindex="1" style="position: absolute;" />
- </body>
+ </body>
</html>