回答編集履歴
3
追記
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```HTML
|
2
2
|
|
3
3
|
<link rel="stylesheet" type="text/css" href="../products/css/index.css" />
|
4
|
+
<link rel="stylesheet" type="text/css" href="/products/css/index.css" />
|
4
5
|
|
5
|
-
|
6
6
|
```
|
2
追記
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```HTML
|
2
2
|
|
3
|
-
<link rel="stylesheet" type="text/css" href="../products/
|
3
|
+
<link rel="stylesheet" type="text/css" href="../products/css/index.css" />
|
4
4
|
|
5
5
|
|
6
6
|
```
|
1
追記
answer
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
```HTML
|
2
2
|
|
3
|
-
<link rel="stylesheet" type="text/css" href="box/css/index.css" />
|
3
|
+
<link rel="stylesheet" type="text/css" href="../products/box/css/index.css" />
|
4
4
|
|
5
|
+
|
5
6
|
```
|