-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtail-el.html
45 lines (36 loc) · 2.19 KB
/
tail-el.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
## Άδεια διανομής
Εκτός αν αναφέρεται κάτι διαφορετικό, όλο το πρωτότυπο υλικό της σελίδας αυτής
του οποίου δημιουργός είναι ο Διομήδης Σπινέλλης παρέχεται σύμφωνα με τους
όρους της άδειας
[Creative Commons Αναφορά-Παρόμοια διανομή 3.0 Ελλάδα](http://creativecommons.org/licenses/by-sa/3.0/gr/deed.el)
![Creative Commons Αναφορά-Παρόμοια διανομή 3.0 Ελλάδα](http://creativecommons.org/images/public/somerights20.png)
</script> <!-- Remaining stuff {{{1 -->
</section>
</div>
</div>
<script src="./../noteres/head.min.js"></script>
<script src="./../noteres/reveal.js/js/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: false,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: './../noteres/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: './../noteres/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: './../noteres/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: './../noteres/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: './../noteres/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: './../noteres/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>