+1
-1
public/index.html
+1
-1
public/index.html
···
4
4
<meta charset="UTF-8" />
5
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
<title>Static Site Example</title>
7
-
<link rel="stylesheet" href="style.css" />
7
+
<link rel="stylesheet" href="/css/style.css" />
8
8
</head>
9
9
<body>
10
10
<h1>Static Site Example</h1>