Skip to content

Commit ed2626c

Browse files
committed
fix and format examples decks
1 parent c5ed60a commit ed2626c

11 files changed

+642
-364
lines changed

examples/500-slides.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
55

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

8-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
8+
<meta
9+
name="viewport"
10+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
11+
/>
912

10-
<link rel="stylesheet" href="../dist/reveal.css">
11-
<link rel="stylesheet" href="../dist/theme/black.css">
13+
<link rel="stylesheet" href="../dist/reveal.css" />
14+
<link rel="stylesheet" href="../dist/theme/black.css" />
1215
</head>
1316

1417
<body>
@@ -519,7 +522,7 @@
519522
<script src="../dist/reveal.js"></script>
520523
<script>
521524
Reveal.initialize({
522-
transition: 'linear'
525+
transition: 'linear',
523526
});
524527
</script>
525528
</body>

0 commit comments

Comments
 (0)