diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-03 11:24:35 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-03 11:24:35 +0100 |
| commit | 4bb6d3c0e3af8c379d6a63934110cde1a8e31449 (patch) | |
| tree | 52b287d291b69d87ad72db2ea81fae8ba5ef0aaa /snap.html | |
| parent | 618e034eb86b3ad7e7f4955b900862a27a0ce44c (diff) | |
| parent | 0a239b703c8c7fde5540ce63c4236522a22ee049 (diff) | |
| download | snap-4bb6d3c0e3af8c379d6a63934110cde1a8e31449.tar.gz snap-4bb6d3c0e3af8c379d6a63934110cde1a8e31449.zip | |
merge upstream
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> @@ -35,5 +35,5 @@ </head> <body style="margin: 0;"> <canvas id="world" tabindex="1" style="position: absolute;" /> - </body> + </body> </html> |
