Index of /~jhs/berklix/domains/gifs/berklix.ico.build
Name Last modified Size Description
Parent Directory 02-Feb-2012 23:42 -
berklix.png 02-May-2011 17:39 1k
berklix.png README
Using google with "make favicon.ico" I found
http://www.winterdrache.de/freeware/png2ico/favicon.html
Then
I built berklix.png
with xpaint,
setting a canvas of 16x16
setting a zoom of 10
saved as a .png,
saved also as a .icon
To use it:
<html>
<head>
<link rel="shortcut icon" href="http://localhost/berklix.ico">
</head>
<body>
XXXXX
</body>
</html>