Skip to content

Commit

Permalink
Add and use a beer icon (based on the beer symbol) for the Favicon.
Browse files Browse the repository at this point in the history
The icon was generated using ImageMagick via the command: 'convert beer.png beer.ico'
Also see: http://en.wikipedia.org/wiki/Favicon
  • Loading branch information
rnorris committed Jan 16, 2012
1 parent 59b6ab4 commit a22e8b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/brewmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<link rel="stylesheet" href="css/brewmap.css" />
<link rel="stylesheet" href="js/leaflet.css" />
<link rel="shortcut icon" href="images/beer.ico" />
</head>
<body>
<div id="map"></div>
Expand Down
Binary file added client/images/beer.ico
Binary file not shown.

0 comments on commit a22e8b1

Please sign in to comment.