Cleaned up repo

This commit is contained in:
Juicysteak117
2025-10-11 12:44:15 -07:00
parent 18852b3bca
commit 3eaac4068f
26 changed files with 19 additions and 22124 deletions

View File

@@ -3,7 +3,7 @@
from bs4 import BeautifulSoup
# Parse the file into soup
with open('output_prebuild.html', 'r', encoding='utf-8') as fin:
with open('export/index.html', 'r', encoding='utf-8') as fin:
soup = BeautifulSoup(fin, 'html.parser')
# Create menu button, header, and nest