Back
Version 62
9/20/2024
import { Hono } from "npm:hono@3";
import { cors } from "npm:hono/cors";
import { marked } from "npm:marked";
const app = new Hono();
app.use('*', cors({
origin: '*',
allowMethods: ['GET', 'POST'],
allowHeaders: ['Content-Type'],
}));
const markdown = marked(`
- [x] <s>read bacteria.</s>
- [x] <s>update bacteria.</s>
- [ ] delete bacteria.
- [ ] create bacteria.
sepsis comes for us all.
<br>we<br>delete sepsis <br>before it <br>deletes us.<br>
`)
// at ms2, we're collecting mge vs. bacteria data over time, to build models that help us create, read, update, and delete bacteria from anywhere.
const html = `<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>create, read, update, and delete bacteria from anywhere</title>
yawnxyz-deletebio.web.val.run
Updated: October 25, 2024