Skip to content

Commit

Permalink
fix and format examples decks
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Nov 6, 2024
1 parent 42d51c1 commit e614fd5
Show file tree
Hide file tree
Showing 11 changed files with 642 additions and 366 deletions.
15 changes: 9 additions & 6 deletions examples/500-slides.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />

<title>reveal.js - 500 slides</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>

<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="../dist/theme/black.css">
<link rel="stylesheet" href="../dist/reveal.css" />
<link rel="stylesheet" href="../dist/theme/black.css" />
</head>

<body>
Expand Down Expand Up @@ -519,7 +522,7 @@
<script src="../dist/reveal.js"></script>
<script>
Reveal.initialize({
transition: 'linear'
transition: 'linear',
});
</script>
</body>
Expand Down
Loading

0 comments on commit e614fd5

Please sign in to comment.