aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/slides/2023-01-18/phpstudy-tokyo-148/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-03-18 22:23:37 +0900
committernsfisis <nsfisis@gmail.com>2023-03-18 22:40:43 +0900
commit3f82b71a657d8b8218ed468acf0552f29cfd1dd0 (patch)
tree5f2f69e8659c62abeb373edec1d2743fa65dc2b4 /public/slides/2023-01-18/phpstudy-tokyo-148/index.html
parent2ee549f5f3b1a05f2a769a4e0daa5507997a3159 (diff)
downloadblog.nsfisis.dev-3f82b71a657d8b8218ed468acf0552f29cfd1dd0.tar.gz
blog.nsfisis.dev-3f82b71a657d8b8218ed468acf0552f29cfd1dd0.tar.zst
blog.nsfisis.dev-3f82b71a657d8b8218ed468acf0552f29cfd1dd0.zip
feat(nuldoc): first implementation of rendering slide
Diffstat (limited to 'public/slides/2023-01-18/phpstudy-tokyo-148/index.html')
-rw-r--r--public/slides/2023-01-18/phpstudy-tokyo-148/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/slides/2023-01-18/phpstudy-tokyo-148/index.html b/public/slides/2023-01-18/phpstudy-tokyo-148/index.html
index 8c7dc09..df84fd0 100644
--- a/public/slides/2023-01-18/phpstudy-tokyo-148/index.html
+++ b/public/slides/2023-01-18/phpstudy-tokyo-148/index.html
@@ -56,6 +56,20 @@
</li>
</ol>
</section>
+ <canvas data-slide-link="/slides/2023-01-18/phpstudy-tokyo-148/slide.pdf" id="slide">
+ </canvas>
+ <div>
+ <button id="prev">
+ Prev
+ </button>
+ <button id="next">
+ Next
+ </button>
+ </div>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.min.js">
+ </script>
+ <script src="/slide.js" type="module">
+ </script>
</div>
</article>
</main>