presentazione-papero/index.html

41 lines
1.1 KiB
HTML
Raw Normal View History

2012-10-21 03:14:50 +02:00
<!doctype html>
<html>
2011-06-07 21:10:59 +02:00
<head>
<meta charset="utf-8">
2016-03-20 18:57:30 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
2012-10-21 03:14:50 +02:00
<title>reveal.js</title>
2012-10-21 03:14:50 +02:00
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
2020-05-08 21:04:19 +02:00
<link rel="stylesheet" href="dist/theme/black.css" id="theme">
2020-05-08 21:04:19 +02:00
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
2011-06-07 21:10:59 +02:00
</head>
<body>
<div class="reveal">
<div class="slides">
2018-10-04 13:26:16 +02:00
<section>Slide 1</section>
<section>Slide 2</section>
</div>
2011-06-07 21:10:59 +02:00
</div>
2012-03-24 17:48:16 +01:00
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
2020-05-19 18:27:00 +02:00
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
2020-05-19 18:27:00 +02:00
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
2012-08-04 21:53:52 +02:00
</script>
2011-06-07 21:10:59 +02:00
</body>
</html>