From ef3f136414d462fb862fec5b7fe4f1d5b26070fe Mon Sep 17 00:00:00 2001 From: DrgnFireYellow Date: Tue, 26 Dec 2023 18:58:03 -0500 Subject: [PATCH] Add search to index --- main.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index 182f581..25d19ef 100644 --- a/main.py +++ b/main.py @@ -20,10 +20,14 @@ indexcontents = """ + + EmuWeb Home -' with open("output/index.html", "w") as indexfile: indexfile.write(indexcontents) print(Align.center(gamelisttable))