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) => {