Skip to content

Commit bc5374c

Browse files
committed
Add title
1 parent 1766284 commit bc5374c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
66

7-
<title>reveal.js</title>
7+
<title>Build a Jupyter Book with The Turing Way</title>
88

99
<link rel="stylesheet" href="reveal.js/dist/reset.css">
1010
<link rel="stylesheet" href="reveal.js/dist/reveal.css">
@@ -51,8 +51,9 @@
5151
<body>
5252
<div class="reveal">
5353
<div class="slides">
54-
<section>Slide 1</section>
55-
<section>Slide 2</section>
54+
<section>
55+
<h1>Build a Jupyter Book with The Turing Way</h1>
56+
</section>
5657
</div>
5758
</div>
5859

0 commit comments

Comments
 (0)