Skip to content

Commit 862362e

Browse files
authored
Merge pull request #8 from gena-nosov/master
Small fixes
2 parents 8065b9b + 6f1b78a commit 862362e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

base.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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/">

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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

nix/landing.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)