diff options
Diffstat (limited to 'services/nuldoc/public/slides/slides/2025-11-24/phpconkagawa-2025/index.html')
| -rw-r--r-- | services/nuldoc/public/slides/slides/2025-11-24/phpconkagawa-2025/index.html | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/services/nuldoc/public/slides/slides/2025-11-24/phpconkagawa-2025/index.html b/services/nuldoc/public/slides/slides/2025-11-24/phpconkagawa-2025/index.html index 05d8b19e..43991b2c 100644 --- a/services/nuldoc/public/slides/slides/2025-11-24/phpconkagawa-2025/index.html +++ b/services/nuldoc/public/slides/slides/2025-11-24/phpconkagawa-2025/index.html @@ -15,7 +15,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHP カンファレンス香川 2025 (レギュラートーク (30分))|nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=9d424d92877741e194de056c1d1ca8a3"> + <link rel="stylesheet" href="/style.css?h=ec5558227018dc7c32068be430121644"> </head> <body class="single"> <header class="header"> @@ -60,15 +60,23 @@ </section> <canvas data-slide-link="/slides/2025-11-24/phpconkagawa-2025/slides.pdf" id="slide"> </canvas> - <div> - <button id="prev" type="button"> - Prev - </button> - <button id="next" type="button"> - Next - </button> + <div class="controllers"> + <div class="controllers-buttons"> + <button id="prev" type="button"> + <svg fill="none" height="20" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" width="20"> + <path d="M15 18l-6-6 6-6"> + </path> + </svg> + </button> + <button id="next" type="button"> + <svg fill="none" height="20" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24" width="20"> + <path d="M9 18l6-6-6-6"> + </path> + </svg> + </button> + </div> </div> - <script src="/slide.js?h=9e13ae7b86004d858e6bc1f38129cc88" type="module"> + <script src="/slide.js?h=efacc740a9a7a090cb4ea12a735d1694" type="module"> </script> </div> </article> |
