fmt
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user