export default { async fetch(request) { const html = ` SACAA Restricted Radio 2026
SACAA · 990-Restricted Radio · 2026

Restricted Radio Study Guide

Exact questions from the official 261-question bank — mapped to your exam results

0 / 0 answered
Study Questions All taken directly from the 261-question SACAA bank

Mock Exam

Mock Exam — 25 Questions

Random selection from full bank. Pass mark: 75% (19/25 correct)

`; return new Response(html, { headers: { "Content-Type": "text/html; charset=utf-8" }, }); }, };