tv viljetic-pages: add favicon.ico

This commit is contained in:
tv 2020-10-03 03:45:00 +02:00
parent 9a63bb8769
commit 2b63e26a2c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out
cp ${./index.html} $out/index.html
convert ${./logo.xpm} $out/favicon.ico
convert ${./logo.xpm} $out/favicon2.png
'';
}