質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,63 @@
|
|
32
32
|
|
33
33
|
ソースコード
|
34
34
|
|
35
|
+
<!DOCTYPE html>
|
36
|
+
|
37
|
+
<html>
|
38
|
+
|
39
|
+
<head>
|
40
|
+
|
41
|
+
<meta charset="utf-8">
|
42
|
+
|
43
|
+
<title></title>
|
44
|
+
|
45
|
+
<link rel="stylesheet" href="css/stylesheet.css">
|
46
|
+
|
47
|
+
<link rel="stylesheet" href="css/slick.css">
|
48
|
+
|
49
|
+
<link rel="stylesheet" href="css/slick-theme.css">
|
50
|
+
|
51
|
+
</head>
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
<header>
|
56
|
+
|
57
|
+
<h1 class="logo"><a href=""><img src="img/s001 21.png" ></a></h1>
|
58
|
+
|
35
|
-
|
59
|
+
<ul>
|
60
|
+
|
61
|
+
<li><img src="img/"></li>
|
62
|
+
|
63
|
+
<li><img src="img/"></li>
|
64
|
+
|
65
|
+
<li><img src="img/"></li>
|
66
|
+
|
67
|
+
<li><img src="img/"></li>
|
68
|
+
|
69
|
+
</ul>
|
70
|
+
|
71
|
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
72
|
+
|
73
|
+
<script src="js/slick.min.js"></script>
|
74
|
+
|
75
|
+
<script src="js/main.js">
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
</script>
|
80
|
+
|
81
|
+
</header>
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
<body>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
</body>
|
90
|
+
|
91
|
+
</html>
|
36
92
|
|
37
93
|
|
38
94
|
|