lab.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>reveal.js – The HTML Presentation Framework</title>
  6. <meta name="description" content="A framework for easily creating beautiful presentations using HTML">
  7. <meta name="author" content="Hakim El Hattab">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
  11. <link rel="stylesheet" href="css/reveal.css">
  12. <link rel="stylesheet" href="css/theme/black.css" id="theme">
  13. <!-- Code syntax highlighting -->
  14. <link rel="stylesheet" href="lib/css/zenburn.css">
  15. <!-- Printing and PDF exports -->
  16. <script>
  17. var link = document.createElement( 'link' );
  18. link.rel = 'stylesheet';
  19. link.type = 'text/css';
  20. link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
  21. document.getElementsByTagName( 'head' )[0].appendChild( link );
  22. </script>
  23. <!--[if lt IE 9]>
  24. <script src="lib/js/html5shiv.js"></script>
  25. <![endif]-->
  26. </head>
  27. <body>
  28. <div class="reveal">
  29. <!-- Any section element inside of this container is displayed as a slide -->
  30. <div class="slides">
  31. <section>
  32. <h1>Reveal.js</h1>
  33. <h3>The HTML Presentation Framework</h3>
  34. <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=labhakimserevealjs" id="_carbonads_js"></script>
  35. </section>
  36. <section>
  37. <h2>Hello There</h2>
  38. <p>
  39. reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
  40. </p>
  41. </section>
  42. <!-- Example of nested vertical slides -->
  43. <section>
  44. <section>
  45. <h2>Vertical Slides</h2>
  46. <p>Slides can be nested inside of each other.</p>
  47. <p>Use the <em>Space</em> key to navigate through all slides.</p>
  48. <br>
  49. <a href="#" class="navigate-down">
  50. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  51. </a>
  52. </section>
  53. <section>
  54. <h2>Basement Level 1</h2>
  55. <p>Nested slides are useful for adding additional detail underneath a high level horizontal slide.</p>
  56. </section>
  57. <section>
  58. <h2>Basement Level 2</h2>
  59. <p>That's it, time to go back up.</p>
  60. <br>
  61. <a href="#/2">
  62. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="transform: rotate(180deg); -webkit-transform: rotate(180deg);">
  63. </a>
  64. </section>
  65. </section>
  66. <section>
  67. <h2>Slides</h2>
  68. <p>
  69. Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at <a href="http://slides.com" target="_blank">http://slides.com</a>.
  70. </p>
  71. </section>
  72. <section>
  73. <h2>Point of View</h2>
  74. <p>
  75. Press <strong>ESC</strong> to enter the slide overview.
  76. </p>
  77. <p>
  78. Hold down alt and click on any element to zoom in on it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. Alt + click anywhere to zoom back out.
  79. </p>
  80. </section>
  81. <section>
  82. <h2>Touch Optimized</h2>
  83. <p>
  84. Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
  85. </p>
  86. </section>
  87. <section data-markdown>
  88. <script type="text/template">
  89. ## Markdown support
  90. Write content using inline or external Markdown.
  91. Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).
  92. ```
  93. <section data-markdown>
  94. ## Markdown support
  95. Write content using inline or external Markdown.
  96. Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).
  97. </section>
  98. ```
  99. </script>
  100. </section>
  101. <section>
  102. <section id="fragments">
  103. <h2>Fragments</h2>
  104. <p>Hit the next arrow...</p>
  105. <p class="fragment">... to step through ...</p>
  106. <p><span class="fragment">... a</span> <span class="fragment">fragmented</span> <span class="fragment">slide.</span></p>
  107. <aside class="notes">
  108. This slide has fragments which are also stepped through in the notes window.
  109. </aside>
  110. </section>
  111. <section>
  112. <h2>Fragment Styles</h2>
  113. <p>There's different types of fragments, like:</p>
  114. <p class="fragment grow">grow</p>
  115. <p class="fragment shrink">shrink</p>
  116. <p class="fragment fade-out">fade-out</p>
  117. <p class="fragment fade-up">fade-up (also down, left and right!)</p>
  118. <p class="fragment current-visible">current-visible</p>
  119. <p>Highlight <span class="fragment highlight-red">red</span> <span class="fragment highlight-blue">blue</span> <span class="fragment highlight-green">green</span></p>
  120. </section>
  121. </section>
  122. <section id="transitions">
  123. <h2>Transition Styles</h2>
  124. <p>
  125. You can select from different transitions, like: <br>
  126. <a href="?transition=none#/transitions">None</a> -
  127. <a href="?transition=fade#/transitions">Fade</a> -
  128. <a href="?transition=slide#/transitions">Slide</a> -
  129. <a href="?transition=convex#/transitions">Convex</a> -
  130. <a href="?transition=concave#/transitions">Concave</a> -
  131. <a href="?transition=zoom#/transitions">Zoom</a>
  132. </p>
  133. </section>
  134. <section id="themes">
  135. <h2>Themes</h2>
  136. <p>
  137. reveal.js comes with a few themes built in: <br>
  138. <!-- Hacks to swap themes after the page has loaded. Not flexible and only intended for the reveal.js demo deck. -->
  139. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/black.css'); return false;">Black (default)</a> -
  140. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/white.css'); return false;">White</a> -
  141. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/league.css'); return false;">League</a> -
  142. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/sky.css'); return false;">Sky</a> -
  143. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/beige.css'); return false;">Beige</a> -
  144. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/simple.css'); return false;">Simple</a> <br>
  145. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/serif.css'); return false;">Serif</a> -
  146. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/blood.css'); return false;">Blood</a> -
  147. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/night.css'); return false;">Night</a> -
  148. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/moon.css'); return false;">Moon</a> -
  149. <a href="#" onclick="document.getElementById('theme').setAttribute('href','css/theme/solarized.css'); return false;">Solarized</a>
  150. </p>
  151. </section>
  152. <section>
  153. <section data-background="#dddddd">
  154. <h2>Slide Backgrounds</h2>
  155. <p>
  156. Set <code>data-background="#dddddd"</code> on a slide to change the background color. All CSS color formats are supported.
  157. </p>
  158. <a href="#" class="navigate-down">
  159. <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
  160. </a>
  161. </section>
  162. <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png">
  163. <h2>Image Backgrounds</h2>
  164. <pre><code class="hljs">&lt;section data-background="image.png"&gt;</code></pre>
  165. </section>
  166. <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
  167. <h2>Tiled Backgrounds</h2>
  168. <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
  169. </section>
  170. <section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm" data-background-color="#000000">
  171. <div style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px;">
  172. <h2>Video Backgrounds</h2>
  173. <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background-video="video.mp4,video.webm"&gt;</code></pre>
  174. </div>
  175. </section>
  176. <section data-background="http://i.giphy.com/90F8aUepslB84.gif">
  177. <h2>... and GIFs!</h2>
  178. </section>
  179. </section>
  180. <section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom">
  181. <h2>Background Transitions</h2>
  182. <p>
  183. Different background transitions are available via the backgroundTransition option. This one's called "zoom".
  184. </p>
  185. <pre><code class="hljs">Reveal.configure({ backgroundTransition: 'zoom' })</code></pre>
  186. </section>
  187. <section data-transition="slide" data-background="#b5533c" data-background-transition="zoom">
  188. <h2>Background Transitions</h2>
  189. <p>
  190. You can override background transitions per-slide.
  191. </p>
  192. <pre><code class="hljs" style="word-wrap: break-word;">&lt;section data-background-transition="zoom"&gt;</code></pre>
  193. </section>
  194. <section>
  195. <h2>Pretty Code</h2>
  196. <pre><code class="hljs" data-trim contenteditable>
  197. function linkify( selector ) {
  198. if( supports3DTransforms ) {
  199. var nodes = document.querySelectorAll( selector );
  200. for( var i = 0, len = nodes.length; i &lt; len; i++ ) {
  201. var node = nodes[i];
  202. if( !node.className ) {
  203. node.className += ' roll';
  204. }
  205. }
  206. }
  207. }
  208. </code></pre>
  209. <p>Code syntax highlighting courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p>
  210. </section>
  211. <section>
  212. <h2>Marvelous List</h2>
  213. <ul>
  214. <li>No order here</li>
  215. <li>Or here</li>
  216. <li>Or here</li>
  217. <li>Or here</li>
  218. </ul>
  219. </section>
  220. <section>
  221. <h2>Fantastic Ordered List</h2>
  222. <ol>
  223. <li>One is smaller than...</li>
  224. <li>Two is smaller than...</li>
  225. <li>Three!</li>
  226. </ol>
  227. </section>
  228. <section>
  229. <h2>Tabular Tables</h2>
  230. <table>
  231. <thead>
  232. <tr>
  233. <th>Item</th>
  234. <th>Value</th>
  235. <th>Quantity</th>
  236. </tr>
  237. </thead>
  238. <tbody>
  239. <tr>
  240. <td>Apples</td>
  241. <td>$1</td>
  242. <td>7</td>
  243. </tr>
  244. <tr>
  245. <td>Lemonade</td>
  246. <td>$2</td>
  247. <td>18</td>
  248. </tr>
  249. <tr>
  250. <td>Bread</td>
  251. <td>$3</td>
  252. <td>2</td>
  253. </tr>
  254. </tbody>
  255. </table>
  256. </section>
  257. <section>
  258. <h2>Clever Quotes</h2>
  259. <p>
  260. These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  261. &ldquo;The nice thing about standards is that there are so many to choose from&rdquo;</q> and block:
  262. </p>
  263. <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
  264. &ldquo;For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
  265. reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.&rdquo;
  266. </blockquote>
  267. </section>
  268. <section>
  269. <h2>Intergalactic Interconnections</h2>
  270. <p>
  271. You can link between slides internally,
  272. <a href="#/2/3">like this</a>.
  273. </p>
  274. </section>
  275. <section>
  276. <h2>Speaker View</h2>
  277. <p>There's a <a href="https://github.com/hakimel/reveal.js#speaker-notes">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
  278. <p>Press the <em>S</em> key to try it out.</p>
  279. <aside class="notes">
  280. Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
  281. </aside>
  282. </section>
  283. <section>
  284. <h2>Export to PDF</h2>
  285. <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, here's an example:</p>
  286. <iframe src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
  287. </section>
  288. <section>
  289. <h2>Global State</h2>
  290. <p>
  291. Set <code>data-state="something"</code> on a slide and <code>"something"</code>
  292. will be added as a class to the document element when the slide is open. This lets you
  293. apply broader style changes, like switching the page background.
  294. </p>
  295. </section>
  296. <section data-state="customevent">
  297. <h2>State Events</h2>
  298. <p>
  299. Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
  300. </p>
  301. <pre><code class="javascript" data-trim contenteditable style="font-size: 18px;">
  302. Reveal.addEventListener( 'customevent', function() {
  303. console.log( '"customevent" has fired' );
  304. } );
  305. </code></pre>
  306. </section>
  307. <section>
  308. <h2>Take a Moment</h2>
  309. <p>
  310. Press B or . on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.
  311. </p>
  312. </section>
  313. <section>
  314. <h2>Much more</h2>
  315. <ul>
  316. <li>Right-to-left support</li>
  317. <li><a href="https://github.com/hakimel/reveal.js#api">Extensive JavaScript API</a></li>
  318. <li><a href="https://github.com/hakimel/reveal.js#auto-sliding">Auto-progression</a></li>
  319. <li><a href="https://github.com/hakimel/reveal.js#parallax-background">Parallax backgrounds</a></li>
  320. <li><a href="https://github.com/hakimel/reveal.js#keyboard-bindings">Custom keyboard bindings</a></li>
  321. </ul>
  322. </section>
  323. <section style="text-align: left;">
  324. <h1>THE END</h1>
  325. <p>
  326. - <a href="http://slides.com">Try the online editor</a> <br>
  327. - <a href="https://github.com/hakimel/reveal.js">Source code &amp; documentation</a>
  328. </p>
  329. </section>
  330. </div>
  331. </div>
  332. <script src="lib/js/head.min.js"></script>
  333. <script src="js/reveal.js"></script>
  334. <script>
  335. // Full list of configuration options available at:
  336. // https://github.com/hakimel/reveal.js#configuration
  337. Reveal.initialize({
  338. controls: true,
  339. progress: true,
  340. history: true,
  341. center: true,
  342. transition: 'slide', // none/fade/slide/convex/concave/zoom
  343. // Optional reveal.js plugins
  344. dependencies: [
  345. { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
  346. { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  347. { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
  348. { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
  349. { src: 'plugin/zoom-js/zoom.js', async: true },
  350. { src: 'plugin/notes/notes.js', async: true }
  351. ]
  352. });
  353. </script>
  354. <!-- Everything below this point is only used for the reveal.js demo page -->
  355. <a class="fork-reveal" style="display: none;" href="https://github.com/hakimel/reveal.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork reveal.js on GitHub"></a>
  356. <div class="share-reveal" style="display: none; position: absolute; bottom: 16px; left: 50%; margin-left: -139px; z-index: 20;">
  357. <a class="share-reveal-editor" href="http://slides.com">Try the online editor</a>
  358. <a class="share-reveal-facebook" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flab.hakim.se%2Freveal-js">
  359. <svg viewBox="-8 -8 48 48" width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
  360. <path fill="#FFFFFF" d="M25.613-4.557c0,0-3.707,0-6.166,0c-3.662,0-7.732,1.535-7.732,6.835c0.019,1.845,0,3.613,0,5.603H7.481 v6.728h4.366v19.37h8.021V14.48h5.295l0.479-6.618h-5.913c0,0,0.016-2.946,0-3.8c0-2.093,2.184-1.974,2.312-1.974 c1.042,0,3.059,0.003,3.578,0v-6.646H25.613z"/>
  361. </svg>
  362. </a>
  363. <a class="share-reveal-twitter" href="http://twitter.com/share?url=http%3A%2F%2Flab.hakim.se%2Freveal-js&text=reveal.js%20-%20The%20HTML%20presentation%20framework&via=revealjs&related=revealjs">
  364. <svg viewbox="0 0 2000 1625.36" width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
  365. <path d="m 1999.9999,192.4 c -73.58,32.64 -152.67,54.69 -235.66,64.61 84.7,-50.78 149.77,-131.19 180.41,-227.01 -79.29,47.03 -167.1,81.17 -260.57,99.57 C 1609.3399,49.82 1502.6999,0 1384.6799,0 c -226.6,0 -410.328,183.71 -410.328,410.31 0,32.16 3.628,63.48 10.625,93.51 -341.016,-17.11 -643.368,-180.47 -845.739,-428.72 -35.324,60.6 -55.5583,131.09 -55.5583,206.29 0,142.36 72.4373,267.95 182.5433,341.53 -67.262,-2.13 -130.535,-20.59 -185.8519,-51.32 -0.039,1.71 -0.039,3.42 -0.039,5.16 0,198.803 141.441,364.635 329.145,402.342 -34.426,9.375 -70.676,14.395 -108.098,14.395 -26.441,0 -52.145,-2.578 -77.203,-7.364 52.215,163.008 203.75,281.649 383.304,284.946 -140.429,110.062 -317.351,175.66 -509.5972,175.66 -33.1211,0 -65.7851,-1.949 -97.8828,-5.738 181.586,116.4176 397.27,184.359 628.988,184.359 754.732,0 1167.462,-625.238 1167.462,-1167.47 0,-17.79 -0.41,-35.48 -1.2,-53.08 80.1799,-57.86 149.7399,-130.12 204.7499,-212.41" style="fill:#ffffff"/>
  366. </svg>
  367. </a>
  368. </div>
  369. <style>
  370. /* Social sharing */
  371. .share-reveal a {
  372. display: inline-block;
  373. height: 34px;
  374. line-height: 32px;
  375. padding: 0 10px;
  376. color: #fff;
  377. font-family: Helvetica, sans-serif;
  378. text-decoration: none;
  379. font-weight: bold;
  380. font-size: 12px;
  381. vertical-align: top;
  382. text-transform: uppercase;
  383. box-sizing: border-box;
  384. }
  385. .share-reveal .share-reveal-editor {
  386. line-height: 30px;
  387. }
  388. .share-reveal svg {
  389. vertical-align: middle;
  390. }
  391. .share-reveal a + a {
  392. margin-left: 10px;
  393. }
  394. .share-reveal-editor {
  395. border: 2px solid #fff;
  396. }
  397. .share-reveal-twitter,
  398. .share-reveal-follow {
  399. background-color: #00aced;
  400. }
  401. .share-reveal-facebook {
  402. background-color: #4B71B8;
  403. }
  404. /* Advertising */
  405. #carbonads {
  406. width: 370px;
  407. min-height: 100px;
  408. font-size: 18px;
  409. border: 1px solid rgba(255, 255, 255, 0.2);
  410. padding: 10px;
  411. margin: 40px auto 0 auto;
  412. font-size: 16px;
  413. z-index: 10;
  414. text-align: left;
  415. }
  416. #carbonads .carbon-img img {
  417. float: left;
  418. margin: 0 10px 0 0;
  419. border: 0;
  420. box-shadow: none;
  421. }
  422. #carbonads .carbon-poweredby {
  423. display: block;
  424. margin-top: 10px;
  425. color: #aaa;
  426. }
  427. </style>
  428. <script>
  429. var _gaq = [['_setAccount', 'UA-15240703-1'], ['_trackPageview']];
  430. (function(d, t) {
  431. var g = d.createElement(t),
  432. s = d.getElementsByTagName(t)[0];
  433. g.async = true;
  434. g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  435. s.parentNode.insertBefore(g, s);
  436. })(document, 'script');
  437. </script>
  438. <script>
  439. [].slice.call( document.querySelectorAll( '.share-reveal-facebook, .share-reveal-twitter' ) ).forEach( function( element ) {
  440. element.addEventListener( 'click', function( event ) {
  441. event.preventDefault();
  442. var width = 500, height = 300;
  443. var winTop = window.screenY + (window.screen.height / 2) - (height / 2);
  444. var winLeft = window.screenX + (window.screen.width / 2) - (width / 2);
  445. window.open(this.href, 'shre', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + width + ',height=' + height);
  446. } );
  447. } );
  448. if( !navigator.userAgent.match( /(iphone|android)/gi ) && !!document.querySelector ) {
  449. document.querySelector( '.share-reveal' ).style.display = 'block';
  450. document.querySelector( '.fork-reveal' ).style.display = 'block';
  451. }
  452. </script>
  453. </body>
  454. </html>