safety interlocking and a bunch of other fun stuff

This commit is contained in:
Thaddeus Hughes
2026-01-05 19:47:51 -06:00
parent 53bea4eb04
commit 15e2145560
19 changed files with 1004 additions and 935 deletions

View File

@@ -138,7 +138,7 @@ def print_compression_stats(original_size, minified_size, gzip_size, brotli_size
def main():
input_file = "landingpage.html"
input_file = "webpage.html"
# Check if input file exists
if not Path(input_file).exists():