質問編集履歴
1
jsの読み込み文を削除しました
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -82,9 +82,6 @@
|
|
|
82
82
|
<footer>
|
|
83
83
|
<p class="cp"><span class="cp-en">Copyright © 2018 </span>テスト<span class="cp-en"> All Rights Reserved.</span></p>
|
|
84
84
|
</footer>
|
|
85
|
-
|
|
86
|
-
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
|
|
87
|
-
<script src="/js/index.js" type="text/javascript"></script>
|
|
88
85
|
</body>
|
|
89
86
|
|
|
90
87
|
</html>
|
|
@@ -245,6 +242,4 @@
|
|
|
245
242
|
.cp {
|
|
246
243
|
margin-left: 540px;
|
|
247
244
|
}
|
|
248
|
-
```
|
|
245
|
+
```
|
|
249
|
-
|
|
250
|
-
#
|