質問編集履歴

1

誤字修正

2019/03/03 08:01

投稿

pan_x
pan_x

スコア13

test CHANGED
File without changes
test CHANGED
@@ -56,13 +56,13 @@
56
56
 
57
57
  <html lang="ja">
58
58
 
59
+ <head>-割愛-</head>
59
60
 
60
-
61
- <head>-割愛-</head>
61
+ <body>
62
62
 
63
63
 
64
64
 
65
- <body>
65
+ <?php include(dirname(__FILE__).'/assets/include/header.html'); ?>
66
66
 
67
67
 
68
68
 
@@ -70,19 +70,13 @@
70
70
 
71
71
 
72
72
 
73
- <?php include(dirname(__FILE__).'/assets/include/header.html'); ?>
74
-
75
-
76
-
77
- <?php include(dirname(__FILE__).'/assets/include/footer_index.html'); ?>
73
+ <?php include(dirname(__FILE__).'/assets/include/footer_index.html'); ?>
78
74
 
79
75
 
80
76
 
81
- <script src="assets/js/function.js"></script>
77
+ <script src="assets/js/function.js"></script>
82
78
 
83
79
  </body>
84
-
85
-
86
80
 
87
81
  </html>
88
82