回答編集履歴
1
サンプルリンク追加
answer
CHANGED
@@ -9,4 +9,6 @@
|
|
9
9
|
```js
|
10
10
|
// Express
|
11
11
|
app.use('/static', express.static('img'));
|
12
|
-
```
|
12
|
+
```
|
13
|
+
|
14
|
+
[サンプル](https://codepen.io/gtk2k/pen/LQazOP)
|