diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-25 21:24:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-25 21:24:59 +0900 |
| commit | b252e5a505839acffaa6bf96e8766ea28ecad650 (patch) | |
| tree | 2ad9a578a40e3fabf812f6667b1feff51eb744c5 /vhosts/blog/public/slides/index.html | |
| parent | c90f0f8e6662c33bcd2e10209ca2e2f8ed4c04e1 (diff) | |
| download | nsfisis.dev-b252e5a505839acffaa6bf96e8766ea28ecad650.tar.gz nsfisis.dev-b252e5a505839acffaa6bf96e8766ea28ecad650.tar.zst nsfisis.dev-b252e5a505839acffaa6bf96e8766ea28ecad650.zip | |
feat(blog/content): new slide /slides/2023-10-25/phpstudy-tokyo-157/
Diffstat (limited to 'vhosts/blog/public/slides/index.html')
| -rw-r--r-- | vhosts/blog/public/slides/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/slides/index.html b/vhosts/blog/public/slides/index.html index 71879e9c..c2e80b57 100644 --- a/vhosts/blog/public/slides/index.html +++ b/vhosts/blog/public/slides/index.html @@ -42,6 +42,21 @@ <h1>スライド一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-10-25/phpstudy-tokyo-157/"> + <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第157 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + PHP コードを隔離された環境で安全に動かす (on WebAssembly) + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-10-25">2023-10-25</time> 登壇 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/slides/2023-08-24/phpstudy-tokyo-155/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第155 回 (LT)</h2> |
