| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>HTML-to-PDF smoke test</title> | |
| </head> | |
| <body> | |
| <main class="poster"> | |
| <h1>HTML-to-PDF smoke test</h1> | |
| <p>This local document verifies PDF generation without external services.</p> | |
| </main> | |
| </body> | |
| </html> |