Sha256: 31db1b64ce05f973069234627ab3946defea0f986134153249d42542569eb08d

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

<meta charset="utf-8">

<title><%= config.title %></title>

<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="<%= config.author %>">

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/<%= config.theme %>.css" id="theme">

<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">

<link rel="stylesheet" href="css/reveal-ck.css">

<% css_files.each do |file| %>
<link rel="stylesheet" href="<%= file %>">
<% end %>

<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
  document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>

<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reveal-ck-0.5.1 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-0.5.0 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-0.4.2 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-0.4.1 files/reveal-ck/templates/index.html/head.html.erb
reveal-ck-0.4.0 files/reveal-ck/templates/index.html/head.html.erb