Simple PDF Hosting App

A minimal web application that hosts and displays a PDF file.

Structure

  • backend/index.ts - Main HTTP server using Hono
  • frontend/index.html - Simple HTML page with PDF viewer
  • frontend/sample.pdf - The hosted PDF file

Usage

The app serves a PDF file at the root URL using an embedded PDF viewer.