File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < meta charset ="utf-8 ">
3+ < title > Redirecting to Doom2D.org</ title >
4+ < meta http-equiv ="refresh " content ="0; URL=https://doom2d.org/ ">
5+ < link rel ="canonical " href ="https://doom2d.org/ ">
Original file line number Diff line number Diff line change 77 < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
88 < meta name ="description " content ="">
99 < meta name ="author " content ="">
10+ < link rel ="shortcut icon " type ="image/x-icon " href ="https://doom2d.org/favicon.ico ">
1011
1112
1213
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ stdenv.mkDerivation {
4545 allLanguages = lib . concatStringsSep "\n " ( lib . map moveLang languages ) ;
4646 in ''
4747 mkdir -p $out/
48+ cp base.html $out/index.html
4849 ${ allLanguages }
4950 '' ;
5051}
You can’t perform that action at this time.
0 commit comments