This commit is contained in:
Ean Milligan
2026-04-10 02:41:12 -04:00
parent 5b28f36bef
commit 19ff379611

View File

@@ -1,8 +1,6 @@
import { STATUS_CODE, STATUS_TEXT } from '@std/http/status'; import { STATUS_CODE, STATUS_TEXT } from '@std/http/status';
// Utilize the pre-existing stylesheets, do a little tweaking to make it ours const buildPage = (str: string) => `<!DOCTYPE html>
const buildPage = (str: string) =>
`<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>