Skip to content

Commit

Permalink
feat: add favicon to web game
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Nov 2, 2023
1 parent f95b895 commit 7cdafd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fake_npm_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/sh
mkdir -p html
cp ./bin/*.nes ./html
cp ./res/*.ico ./html
cp ./res/index.html ./html
echo '<!DOCTYPE html><html><head><meta http-equiv="refresh" content="1;url=https://psywave-games.github.io/coco-battle-royale-2/"></head></html>' > ./html/404.html
Binary file added res/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions res/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>Coco Battle Royale 2</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="title" content="Coco Battle Royale 2" />
<meta name="description" content="Coco Battle Royale II ココバトル (kokobatoru) 2 is a homebrew game for nintendo years 80 console, distributed as free software. " />
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 7cdafd3

Please sign in to comment.