diff --git a/fake_npm_build.sh b/fake_npm_build.sh index 084e315..efc2495 100755 --- a/fake_npm_build.sh +++ b/fake_npm_build.sh @@ -1,4 +1,6 @@ #!/usr/bin/sh mkdir -p html +cp ./res/index.html ./html cp ./bin/kokobatoru.nes ./html cp ./bin/cocobattleroyale.nes ./html +echo '' > ./html/404.html