Sha256: 260fd76a98c856f8737a50dbd293c673ca50c8d0fbadac05a9c245f9492eab6e
Contents?: true
Size: 1.09 KB
Versions: 15
Compression:
Stored size: 1.09 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title><%= meta.title %></title> <% (theme.css + meta.css).each do |css| %> <link rel="stylesheet" href="<%= css%>"> <% end %> <link rel="stylesheet" href="css/pygments/solarized.css"> <script src="js/prefixfree.min.js"></script> </head> <body data-duration="<%= meta.duration %>"> <section> <header class="slide"> <h1><%= meta.title %></h1> <h2><%= meta.author %></h2> </header> </section> <% sections.each do |section| %> <section> <header class="slide"> <h1><%= section.title %></h1> </header> <% section.slides.each do |slide| %> <section class="slide <%= slide.classes %>"> <%= slide.html %> </section> <% end %> </section> <% end %> <% (theme.js + meta.js).each do |js| %> <script src="<%= js %>"></script> <% end %> <script>slideshow = new SlideShow();</script> </body> </html>
Version data entries
15 entries across 15 versions & 2 rubygems