github.com/mweagle/Sparta@v1.15.0/docs_source/static/presentations/reveal.js-3.9.2/index.html (about)

     1  <!doctype html>
     2  <html>
     3  	<head>
     4  		<meta charset="utf-8">
     5  		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
     6  
     7  		<title>reveal.js</title>
     8  
     9  		<link rel="stylesheet" href="css/reset.css">
    10  		<link rel="stylesheet" href="css/reveal.css">
    11  		<link rel="stylesheet" href="css/theme/black.css">
    12  
    13  		<!-- Theme used for syntax highlighting of code -->
    14  		<link rel="stylesheet" href="lib/css/monokai.css">
    15  
    16  		<!-- Printing and PDF exports -->
    17  		<script>
    18  			var link = document.createElement( 'link' );
    19  			link.rel = 'stylesheet';
    20  			link.type = 'text/css';
    21  			link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
    22  			document.getElementsByTagName( 'head' )[0].appendChild( link );
    23  		</script>
    24  	</head>
    25  	<body>
    26  		<div class="reveal">
    27  			<div class="slides">
    28  				<section>Slide 1</section>
    29  				<section>Slide 2</section>
    30  			</div>
    31  		</div>
    32  
    33  		<script src="js/reveal.js"></script>
    34  
    35  		<script>
    36  			// More info about config & dependencies:
    37  			// - https://github.com/hakimel/reveal.js#configuration
    38  			// - https://github.com/hakimel/reveal.js#dependencies
    39  			Reveal.initialize({
    40  				hash: true,
    41  				dependencies: [
    42  					{ src: 'plugin/markdown/marked.js' },
    43  					{ src: 'plugin/markdown/markdown.js' },
    44  					{ src: 'plugin/highlight/highlight.js' },
    45  					{ src: 'plugin/notes/notes.js', async: true }
    46  				]
    47  			});
    48  		</script>
    49  	</body>
    50  </html>