ai lecture

This commit is contained in:
2024-01-05 14:53:07 +08:00
parent 5ee1f729bd
commit e934f3ef3d
7 changed files with 253 additions and 2 deletions

View File

@@ -16,8 +16,7 @@
<body>
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section data-markdown="ai_lecture.md"></section>
</div>
</div>
@@ -31,6 +30,8 @@
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
width: 1920,
height: 1080,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]