質問編集履歴
2
個人情報の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,6 +56,8 @@
|
|
56
56
|
|
57
57
|
</body>
|
58
58
|
|
59
|
+
|
60
|
+
|
59
61
|
```
|
60
62
|
|
61
63
|
|
1
html追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -23,6 +23,40 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
### 該当のソースコード
|
26
|
+
|
27
|
+
```html
|
28
|
+
|
29
|
+
<!DOCTYPE html>
|
30
|
+
|
31
|
+
<html lang="jp">
|
32
|
+
|
33
|
+
<head>
|
34
|
+
|
35
|
+
<meta charset="UTF-8">
|
36
|
+
|
37
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
38
|
+
|
39
|
+
<link rel="stylesheet" href="../css/index.css">
|
40
|
+
|
41
|
+
<script src="../move/index.js"></script>
|
42
|
+
|
43
|
+
<title></title>
|
44
|
+
|
45
|
+
</head>
|
46
|
+
|
47
|
+
<body id="body">
|
48
|
+
|
49
|
+
<div></div>
|
50
|
+
|
51
|
+
<a href="#body">
|
52
|
+
|
53
|
+
<img id="scroll-icon" src="../images/move-icon.png" alt="">
|
54
|
+
|
55
|
+
</a>
|
56
|
+
|
57
|
+
</body>
|
58
|
+
|
59
|
+
```
|
26
60
|
|
27
61
|
|
28
62
|
|