質問編集履歴
1
追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -26,6 +26,11 @@
|
|
26
26
|
「index.html」
|
27
27
|
```ここに言語を入力
|
28
28
|
<?php include_once("../news/wp-load.php"); ?>
|
29
|
+
<!DOCTYPE HTML>
|
30
|
+
<html>
|
31
|
+
<head>
|
32
|
+
</head>
|
33
|
+
<body>
|
29
34
|
<!-- wp_box -->
|
30
35
|
<div class="wp_box">
|
31
36
|
<ul>
|
@@ -46,6 +51,8 @@
|
|
46
51
|
<p class="article_p"><a href="../news/">記事一覧</a></p>
|
47
52
|
</div>
|
48
53
|
<!-- wp_box -->
|
54
|
+
</body>
|
55
|
+
</html>
|
49
56
|
```
|
50
57
|
|
51
58
|
「.htaccess」
|