A minimal web application that hosts and displays a PDF file.
backend/index.ts - Main HTTP server using Honofrontend/index.html - Simple HTML page with PDF viewerfrontend/sample.pdf - The hosted PDF fileThe app serves a PDF file at the root URL using an embedded PDF viewer.