From 06695c54433569ecc8207f71dfe80878b48177c0 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Fri, 12 May 2023 14:01:51 +0200 Subject: [PATCH] add img to html static test --- example/static/style.css | 3 +++ example/test.ts | 2 ++ 2 files changed, 5 insertions(+) diff --git a/example/static/style.css b/example/static/style.css index 9054080..77bc1a5 100644 --- a/example/static/style.css +++ b/example/static/style.css @@ -1,3 +1,6 @@ h1 { color: red; +} +img { + margin-bottom: 15px; } \ No newline at end of file diff --git a/example/test.ts b/example/test.ts index 87df9b2..df392f4 100644 --- a/example/test.ts +++ b/example/test.ts @@ -57,6 +57,8 @@ httpServer.get("/site", (_req, rep) => {

Hello World!

+ +