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 @@