Skip to content

Commit

Permalink
docs(@nanoexpress/middleware-static-serve): fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Mar 2, 2023
1 parent c68edc1 commit 1540fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/static/examples/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<html>
<head>
<title>Static</title>
<link rel="stylesheet" href="/style/style.css" />
<link
rel="stylesheet"
href="/style/style.css" />
</head>
<body>
Static html<br />
Expand Down

0 comments on commit 1540fb2

Please sign in to comment.