diff --git a/README.md b/README.md index 3126748..01cce66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ +![Logo](logo.png) # EmuWeb ![GitHub repo size](https://img.shields.io/github/repo-size/DrgnFireYellow/EmuWeb?style=for-the-badge) -[![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge)](https://drgnfireyellow.github.io/EmuWeb) +![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge)(https://drgnfireyellow.github.io/EmuWeb) The Open Source Retro Emulation Frontend for the Web diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..badf9a3 Binary files /dev/null and b/logo.png differ diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..3c6a29f --- /dev/null +++ b/logo.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main.py b/main.py index aee3940..545dcc1 100644 --- a/main.py +++ b/main.py @@ -18,6 +18,7 @@ SYSTEMS = ["nes", "snes", "n64", "megadrive", "gamegear", "flash"] GAMEDISPLAYNAMEREGEXES = [re.compile(r" \(.*\)"), re.compile(r" \[.*\]")] indexcontents = """ + @@ -41,6 +42,7 @@ shutil.copytree("artwork", "output/artwork") shutil.copy("templates/style.css", "output/style.css") +shutil.copy("templates/favicon.png", "output/favicon.png") def make_player(gamefile, system, htmlname): diff --git a/templates/favicon.png b/templates/favicon.png new file mode 100644 index 0000000..badf9a3 Binary files /dev/null and b/templates/favicon.png differ diff --git a/templates/flash.html b/templates/flash.html index 231e647..ab37459 100644 --- a/templates/flash.html +++ b/templates/flash.html @@ -3,6 +3,7 @@ $GAMEFILE + diff --git a/templates/gamegear.html b/templates/gamegear.html index f39dc1f..87aaf9b 100644 --- a/templates/gamegear.html +++ b/templates/gamegear.html @@ -4,6 +4,7 @@ + diff --git a/templates/megadrive.html b/templates/megadrive.html index 5bfce05..7a8a464 100644 --- a/templates/megadrive.html +++ b/templates/megadrive.html @@ -4,6 +4,7 @@ + diff --git a/templates/n64.html b/templates/n64.html index abce00f..011e359 100644 --- a/templates/n64.html +++ b/templates/n64.html @@ -4,6 +4,7 @@ + diff --git a/templates/nes.html b/templates/nes.html index 84e0313..0f35de4 100644 --- a/templates/nes.html +++ b/templates/nes.html @@ -4,6 +4,7 @@ + diff --git a/templates/snes.html b/templates/snes.html index 2f715b5..47326d4 100644 --- a/templates/snes.html +++ b/templates/snes.html @@ -4,6 +4,7 @@ +