Public
Back
Version 6
11/26/2024
import { Hono } from "npm:hono";
import { html } from "npm:hono/html";
const app = new Hono();
app.get("/", c => c.html(html`hello`));
export default app.fetch;
nbbaier-sentrytesting.web.val.run
Updated: November 26, 2024