Skip to content

Commit

Permalink
Python programming language course #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Oct 28, 2024
1 parent 28764fa commit 6a17941
Show file tree
Hide file tree
Showing 2 changed files with 3,322 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/python1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!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>Python</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/simple.css">
<link rel="stylesheet" href="plugin/highlight/monokai.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="python1.md">
</section>
</div>
</div>
<script type="application/javascript" src="dist/reveal.js"></script>
<script type="application/javascript" src="plugin/notes/notes.js"></script>
<script type="application/javascript" src="plugin/markdown/markdown.js"></script>
<script type="application/javascript" src="plugin/highlight/highlight.js"></script>
<script type="application/javascript">
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,

plugins: [ RevealMarkdown, RevealHighlight ]
});
</script>
</body>
</html>
Loading

0 comments on commit 6a17941

Please sign in to comment.