diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/4/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/4/index.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/4/index.html b/services/nuldoc/public/blog/posts/4/index.html index f07ad65..1ac4783 100644 --- a/services/nuldoc/public/blog/posts/4/index.html +++ b/services/nuldoc/public/blog/posts/4/index.html @@ -70,6 +70,26 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2023-10-13/i-entered-the-open-university-of-japan/"> + <header class="entry-header"> + <h2>放送大学に入学しました</h2> + </header> + <section class="entry-content"> + <p> + 放送大学に入学しました。頑張ります。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-10-13">2023-10-13</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + 放送大学 + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/"> <header class="entry-header"> <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> @@ -263,26 +283,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/"> - <header class="entry-header"> - <h2>【PHP】 fizzbuzz を書く。1行あたり2文字で。</h2> - </header> - <section class="entry-content"> - <p> - PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2022-09-28">2022-09-28</time> 投稿、<time datetime="2022-09-29">2022-09-29</time> 更新 - <ul class="entry-tags"> - <li class="tag"> - PHP - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/3/">前へ</a> |
