aboutsummaryrefslogtreecommitdiff
path: root/semestre 1/anglais/presentation/index.ts
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-01-31 15:34:40 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-01-31 15:34:40 +0100
commitf1c0d57b427846a7aa9807b5b7bb4289212eed72 (patch)
treebecf89471ab7e66c4f96cf8c965274bf84058959 /semestre 1/anglais/presentation/index.ts
Ajout du premier semestre
Diffstat (limited to 'semestre 1/anglais/presentation/index.ts')
-rw-r--r--semestre 1/anglais/presentation/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/semestre 1/anglais/presentation/index.ts b/semestre 1/anglais/presentation/index.ts
new file mode 100644
index 0000000..1ee1e7c
--- /dev/null
+++ b/semestre 1/anglais/presentation/index.ts
@@ -0,0 +1,7 @@
+import Reveal from 'reveal.js';
+import Markdown from 'reveal.js/plugin/markdown/markdown.esm.js';
+
+let deck = new Reveal({
+ plugins: [Markdown],
+});
+deck.initialize();