Index of /assets/web/favicon
The Ohio State University favicon
=================================
The smallest digital application is the favicon. This is the small icon that
appears in web browsers near the page name. Measuring a mere 16x16 pixels, it
is tiny, but can play a big part in unifying university sites.
Bower
-----
The OSU favicon is available as a Bower package from code.osu.edu. To include
the favicon in your project using Bower you can either use:
$ bower install osu-favicon=https://code.osu.edu/ucom/favicon.git
or include it in your bower.json:
"dependencies": {
"osu-favicon":"https://code.osu.edu/ucom/favicon.git"
}