質問編集履歴
1
回答でご指摘いただいた点を修正しましたが、エラーがまだ出ている状態です。
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
```javascript
|
30
30
|
|
31
|
-
window.open('/HTML.html');
|
31
|
+
window.open('./HTML.html');
|
32
32
|
|
33
33
|
```
|
34
34
|
|