Support for <meta> attributes

This commit is contained in:
2026-07-20 20:31:25 +10:00
parent eff5313f26
commit b4750b9053
7 changed files with 34 additions and 16 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/sh
bin2cpp --file=client/header_top.html --output=server/src/generated
bin2cpp --file=client/header_bottom.html --output=server/src/generated
bin2cpp --file=client/footer.html --output=server/src/generated
bin2cpp --file=client/header.html --output=server/src/generated
bin2cpp --file=client/e404.html --output=server/src/generated
bin2cpp --file=client/style.css --output=server/src/generated
bin2cpp --file=client/script.js --output=server/src/generated