Sha256: 919b0a2cbb15eac2afbe2b74eb7f6ddfbe1025e23ee57da085e93b633ea1497c
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Cascading Style Sheets</title> <link rel="stylesheet" type="text/css" href="assets/css/stylesheet.<%= @output %>.css" /> <link rel="stylesheet" type="application/vnd.adobe-page-template+xml" href="assets/css/page-template.xpgt"/> </head> <body> <% if @output == (:pdf or :html) %> <%= import('frontmatter/cover.html.erb')%> <% end %> <%= import('frontmatter/title.html.erb')%> <% if @output == (:pdf or :html) %> <%= import('frontmatter/toc.html.erb')%> <% end %> <%= import('frontmatter/preface.html.erb')%> <!-- Chapter 01 has additional imports included inside of it --> <%= import('bodymatter/ch01/ch01.html.erb')%> <!-- Chapter 02 has additional imports included inside of it --> <%= import('bodymatter/ch02/ch02.html.erb')%> <%= import('backmatter/index.html.erb')%> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems