From c6cb48b4ffc973ea900f224ad229b96dceab6cb7 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Fri, 12 May 2023 14:00:24 +0200 Subject: [PATCH] add static example to site html test --- example/static/style.css | 3 +++ example/test.ts | 1 + 2 files changed, 4 insertions(+) create mode 100644 example/static/style.css diff --git a/example/static/style.css b/example/static/style.css new file mode 100644 index 0000000..9054080 --- /dev/null +++ b/example/static/style.css @@ -0,0 +1,3 @@ +h1 { + color: red; +} \ No newline at end of file diff --git a/example/test.ts b/example/test.ts index 196ac58..87df9b2 100644 --- a/example/test.ts +++ b/example/test.ts @@ -53,6 +53,7 @@ httpServer.get("/site", (_req, rep) => { HTML Test +

Hello World!