Skip to content

Commit ae3096b

Browse files
_samples/フォルダの直下のファイルをproject-jack-on-a-box下に移動
1 parent 506d471 commit ae3096b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/1-trial-session/14-events/_samples/index.html renamed to docs/1-trial-session/14-events/_samples/project-jack-in-a-box/index.html

File renamed without changes.

docs/1-trial-session/14-events/_samples/script.js renamed to docs/1-trial-session/14-events/_samples/project-jack-in-a-box/script.js

File renamed without changes.

docs/1-trial-session/14-events/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ greetButton.onclick = clicked();
8484

8585
<Details summary={<summary>ヒント1:文字列の表示</summary>}>
8686

87-
さっきは文字列の表示に`document.write();` を使いましたが、これでは文字色やサイズが変えられません。
87+
さっきは文字列の表示に`document.write()` を使いましたが、これでは文字色やサイズが変えられません。
8888
こんな書き方ならそれもできますが、あまりに乱暴ですよ。
8989

9090
```javascript
@@ -107,4 +107,4 @@ HTMLファイルに一工夫が必要です。見えない`<div>` タグを用
107107

108108
</Details>
109109

110-
<ViewSource url={import.meta.url} path="_samples/" />
110+
<ViewSource url={import.meta.url} path="_samples/project-jack-in-a-box/" />

0 commit comments

Comments
 (0)