1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-30 17:59:59 +02:00

format main html files

This commit is contained in:
Hakim El Hattab
2024-11-05 19:57:01 +01:00
parent faf8fb9c58
commit ce890a6780
3 changed files with 313 additions and 118 deletions

View File

@@ -1,8 +1,11 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>reveal.js</title>
@@ -45,7 +48,7 @@
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
});
</script>
</body>