質問編集履歴
1
指摘された内容を削除いたしました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -201,26 +201,6 @@
|
|
201
201
|
}
|
202
202
|
});
|
203
203
|
```
|
204
|
-
```php
|
205
|
-
<!DOCTYPE html>
|
206
|
-
<html lang="ja">
|
207
|
-
|
208
|
-
<head>
|
209
|
-
<meta charset="UTF-8">
|
210
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
211
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
212
|
-
<title>Service-PHP</title>
|
213
|
-
<link rel="stylesheet" href="css/style.css">
|
214
|
-
</head>
|
215
|
-
|
216
|
-
<body>
|
217
|
-
<p>success</p>
|
218
|
-
<script src="js/script2.js"></script>
|
219
|
-
</body>
|
220
|
-
|
221
|
-
</html>
|
222
|
-
```
|
223
|
-
|
224
204
|
### 試したこと
|
225
205
|
|
226
206
|
```js
|