49 lines
1.2 KiB
HTML
49 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>Uvod u programiranje</title>
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
<link rel="stylesheet" href="dist/theme/black.css">
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
|
</head>
|
|
<body>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
<section>
|
|
<h3>Uvod u programiranje</h3>
|
|
<ul>
|
|
<li><a href="cas1.html">1. čas (10.03.2023.)</a></li>
|
|
<li><a href="cas2.html">2. čas (17.03.2023.)</a></li>
|
|
<li><a href="cas3.html">3. čas (24.03.2023.)</a></li>
|
|
<li>4. čas</li>
|
|
<li>5. čas</li>
|
|
<li>6. čas</li>
|
|
<li>7. čas</li>
|
|
<li>8. čas</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="dist/reveal.js"></script>
|
|
<script>
|
|
// More info about initialization & config:
|
|
// - https://revealjs.com/initialization/
|
|
// - https://revealjs.com/config/
|
|
Reveal.initialize({
|
|
hash: true,
|
|
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
plugins: [ ]
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|