import { routes } from "@utils" export default routes({ "GET /": index, "GET /pets": pets }) function index() { return <>
Welcome to my personal web page.
If you are looking for information on pets, click here:
> } function pets(c: Context) { return c.html(<>