diff options
| author | Jens Mönig <jens@moenig.org> | 2014-11-24 13:31:10 +0100 |
|---|---|---|
| committer | Jens Mönig <jens@moenig.org> | 2014-11-24 13:31:10 +0100 |
| commit | 591a8d598f98a159df435c79cdf6020b0c1fca85 (patch) | |
| tree | 092469a0e53462fc0ea71ae9f3702977c4ff785f | |
| parent | 68c4d2d291c8da03798164f0740ed18889f09db3 (diff) | |
| parent | d63d78208cc823d801071c1984223380701f9f9b (diff) | |
| download | snap-yow-591a8d598f98a159df435c79cdf6020b0c1fca85.tar.gz snap-yow-591a8d598f98a159df435c79cdf6020b0c1fca85.zip | |
Merge pull request #652 from cycomachead/fav
Add a new Favicon to Snap! (Clearer Lambda)
| -rw-r--r-- | favicon.ico | bin | 0 -> 32988 bytes | |||
| -rwxr-xr-x | snap.html | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..46a1369 --- /dev/null +++ b/favicon.ico @@ -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> @@ -33,5 +33,5 @@ </head> <body style="margin: 0;"> <canvas id="world" tabindex="1" style="position: absolute;" /> - </body> + </body> </html> |
