質問編集履歴

1

ソースを追記しました。

2021/09/21 10:52

投稿

niconic73027793
niconic73027793

スコア215

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,9 @@
12
12
 
13
13
  ```ここに言語を入力
14
14
 
15
+ <!-- Main Content -->
16
+
15
- <div class="container">
17
+ <div class="container">
16
18
 
17
19
  <div class="row">
18
20
 
@@ -64,6 +66,104 @@
64
66
 
65
67
  <a href="post.html">
66
68
 
69
+ <h2 class="post-title">
70
+
71
+ I believe every human has a finite number of heartbeats. I don't intend to waste any of mine.
72
+
73
+ </h2>
74
+
75
+ </a>
76
+
77
+ <p class="post-meta">Posted by
78
+
79
+ <a href="#">Start Bootstrap</a>
80
+
81
+ on September 18, 2019</p>
82
+
83
+ </div>
84
+
85
+ <hr>
86
+
87
+ <div class="post-preview">
88
+
89
+ <a href="post.html">
90
+
91
+ <h2 class="post-title">
92
+
93
+ Science has not yet mastered prophecy
94
+
95
+ </h2>
96
+
97
+ <h3 class="post-subtitle">
98
+
99
+ We predict too much for the next year and yet far too little for the next ten.
100
+
101
+ </h3>
102
+
103
+ </a>
104
+
105
+ <p class="post-meta">Posted by
106
+
107
+ <a href="#">Start Bootstrap</a>
108
+
109
+ on August 24, 2019</p>
110
+
111
+ </div>
112
+
113
+ <hr>
114
+
115
+ <div class="post-preview">
116
+
117
+ <a href="post.html">
118
+
119
+ <h2 class="post-title">
120
+
121
+ Failure is not an option
122
+
123
+ </h2>
124
+
125
+ <h3 class="post-subtitle">
126
+
127
+ Many say exploration is part of our destiny, but it’s actually our duty to future generations.
128
+
129
+ </h3>
130
+
131
+ </a>
132
+
133
+ <p class="post-meta">Posted by
134
+
135
+ <a href="#">Start Bootstrap</a>
136
+
137
+ on July 8, 2019</p>
138
+
139
+ </div>
140
+
141
+ <hr>
142
+
143
+ <!-- Pager -->
144
+
145
+ <div class="clearfix">
146
+
147
+ <a class="btn btn-primary float-right" href="#">Older Posts &rarr;</a>
148
+
149
+ </div>
150
+
151
+ <?php else: ?>
152
+
153
+ <p>記事が見つかりませんでした</p>
154
+
155
+ <?php endif; ?>
156
+
157
+ </div>
158
+
159
+ </div>
160
+
161
+ </div>
162
+
163
+
164
+
165
+ <hr>
166
+
67
167
  ```
68
168
 
69
169