# Cloudflare Worker Test

Welcome to this test Cloudflare Worker! 🚀

## Available Endpoints

- `/` - HTML homepage
- `/robots.txt` - Robots file
- `/hello.txt` - Plain text file
- `/readme.md` - This markdown file
- `/logo.svg` - Cloudflare-style logo
- `/cat.svg` - Cute cat illustration
- `/api/hello` - JSON API endpoint

## About

This worker demonstrates serving multiple content types:
- **HTML** - Rich web pages
- **TXT** - Plain text files
- **MD** - Markdown documents
- **SVG** - Vector graphics
- **JSON** - API responses

## Tech Stack

- Runtime: Cloudflare Workers
- Language: TypeScript
- Deploy: Wrangler CLI

---

*Generated on the edge ⚡*