We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f957fa commit 47bd71aCopy full SHA for 47bd71a
oss/node-static-prefix/app.js
@@ -8,7 +8,7 @@ http.createServer((req, res) => {
8
<head>
9
<meta charset="utf-8">
10
<title>Node Static</title>
11
- <link rel="stylesheet" href="/static/style.css">
+ <link rel="stylesheet" href="static/style.css">
12
</head>
13
<body>
14
<p>Hello World</p>
oss/node-static/app.js
- <link rel="stylesheet" href="/style.css">
+ <link rel="stylesheet" href="style.css">
0 commit comments