Index of /~jhs/src/bsd/gifs/berklix.ico.build
Name Last modified Size Description
Parent Directory 07-Oct-2008 15:29 -
berklix.png 13-Dec-2006 00:49 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>