File tree 2 files changed +24
-12
lines changed
2 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ We can start with this project's sample at [`one-page.html`](./one-page.html). I
203
203
<script src =" https://unpkg.com/react@16/umd/react.production.min.js" ></script >
204
204
<script src =" https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" ></script >
205
205
<script src =" https://unpkg.com/@babel/standalone/babel.js" ></script >
206
- <script src =" https://unpkg.com/spectacle@^4 /dist/spectacle.js" ></script >
207
- <script src =" https://unpkg.com/spectacle@^4 /lib/one-page.js" ></script >
206
+ <script src =" https://unpkg.com/spectacle@^5 /dist/spectacle.js" ></script >
207
+ <script src =" https://unpkg.com/spectacle@^5 /lib/one-page.js" ></script >
208
208
<script type =" text/spectacle" >
209
209
() => {
210
210
// Your JS Code goes here
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 ">
3
+ < head >
4
+ < meta charset ="UTF-8 " / >
5
5
< meta name ="viewport " content ="width=device-width initial-scale=1 " />
6
6
< title > Spectacle</ title >
7
- < link href ="https://fonts.googleapis.com/css?family=Lobster+Two:400,700 " rel ="stylesheet " type ="text/css ">
8
- < link href ="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700 " rel ="stylesheet " type ="text/css ">
9
- < link href ="https://unpkg.com/normalize.css@7/normalize.css " rel ="stylesheet " type ="text/css ">
10
- </ head >
11
- < body >
7
+ < link
8
+ href ="https://fonts.googleapis.com/css?family=Lobster+Two:400,700 "
9
+ rel ="stylesheet "
10
+ type ="text/css "
11
+ />
12
+ < link
13
+ href ="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700 "
14
+ rel ="stylesheet "
15
+ type ="text/css "
16
+ />
17
+ < link
18
+ href ="https://unpkg.com/normalize.css@7/normalize.css "
19
+ rel ="stylesheet "
20
+ type ="text/css "
21
+ />
22
+ </ head >
23
+ < body >
12
24
< div id ="root "> </ div >
13
25
< script src ="https://unpkg.com/prop-types@15/prop-types.js "> </ script >
14
26
< script src ="https://unpkg.com/react@16/umd/react.production.min.js "> </ script >
15
27
< script src ="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js "> </ script >
16
28
< script src ="https://unpkg.com/@babel/standalone/babel.js "> </ script >
17
- < script src ="https://unpkg.com/spectacle@^4 /dist/spectacle.js "> </ script >
18
- < script src ="https://unpkg.com/spectacle@^4 /lib/one-page.js "> </ script >
29
+ < script src ="https://unpkg.com/spectacle@^5 /dist/spectacle.js "> </ script >
30
+ < script src ="https://unpkg.com/spectacle@^5 /lib/one-page.js "> </ script >
19
31
< script type ="text/spectacle ">
20
32
( ) => {
21
33
// --------------------------------------------------------------------
288
300
) ;
289
301
}
290
302
</ script >
291
- </ body >
303
+ </ body >
292
304
</ html >
You can’t perform that action at this time.
0 commit comments