diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-12-07 12:39:09 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-12-07 12:39:09 +0100 |
| commit | 3c6380dfa5866cf3425f44b1d1eb08ef5c3baf1b (patch) | |
| tree | 8558ef0b3932b65fb5625006763f9060b6f05f77 /snap.html | |
| parent | 295d1412f231d68c2669e61bfb7a1e1103b3b5ed (diff) | |
| parent | 8338384bf572beb06ebd12a0c9af18029e99262a (diff) | |
| download | snap-3c6380dfa5866cf3425f44b1d1eb08ef5c3baf1b.tar.gz snap-3c6380dfa5866cf3425f44b1d1eb08ef5c3baf1b.zip | |
merge master
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> @@ -38,5 +38,5 @@ </head> <body style="margin: 0;"> <canvas id="world" tabindex="1" style="position: absolute;" /> - </body> + </body> </html> |
