I documented some perl files with POD and made a webpage with pod2html
. Is it possible to set a favicon to that?
=pod
=encoding UTF-8
=begin pod2html
<link rel="..." type="..." href="/...">
=end pod2html
=cut
But there is nothing in my html file about this favicon.
And where have I put this image to? Is it possible to put it in the perl file directly?