aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index b9fe4ae..2e7a002 100644
--- a/index.html
+++ b/index.html
@@ -179,7 +179,7 @@ linkify( 'a' );
</aside>
<!-- Displays presentation progress, max value changes via JS to reflect # of slides -->
- <progress min=0 max=100 value=0></progress>
+ <div class="progress"><span></span></div>
<script src="js/reveal.js"></script>
<script src="lib/highlight.js"></script>
@@ -200,6 +200,8 @@ linkify( 'a' );
hljs.initHighlightingOnLoad();
</script>
+
+
</body>
</html> \ No newline at end of file