diff options
| author | Michael Ball <cycomachead@gmail.com> | 2014-11-21 05:04:11 -0800 |
|---|---|---|
| committer | Michael Ball <cycomachead@gmail.com> | 2014-11-21 05:04:11 -0800 |
| commit | d63d78208cc823d801071c1984223380701f9f9b (patch) | |
| tree | b2041ee7a59fbef66fdf60b6abbcdc97a73397ac | |
| parent | f2d0c2eba5d6b012fc3fb1167c82b64b2f8ed447 (diff) | |
| download | snap-d63d78208cc823d801071c1984223380701f9f9b.tar.gz snap-d63d78208cc823d801071c1984223380701f9f9b.zip | |
Add a new Favicon to Snap! (Clearer Lambda)
This is essentially the same icon (lambda, yellow w/ brown border) but newly
rendered at 64, 32, 24 and 16px for the best resolution on all platforms.
| -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> |
