summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ball <cycomachead@gmail.com>2014-11-21 05:04:11 -0800
committerMichael Ball <cycomachead@gmail.com>2014-11-21 05:04:11 -0800
commitd63d78208cc823d801071c1984223380701f9f9b (patch)
treeb2041ee7a59fbef66fdf60b6abbcdc97a73397ac
parentf2d0c2eba5d6b012fc3fb1167c82b64b2f8ed447 (diff)
downloadsnap-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.icobin0 -> 32988 bytes
-rwxr-xr-xsnap.html4
2 files changed, 2 insertions, 2 deletions
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..46a1369
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/snap.html b/snap.html
index 904aba8..93b4c73 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>
@@ -33,5 +33,5 @@
</head>
<body style="margin: 0;">
<canvas id="world" tabindex="1" style="position: absolute;" />
- </body>
+ </body>
</html>