Sha256: 0c850f11e1b317168395cf5371a243e33abd0570bb063a19ec04c3322d67e6ae
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
<!--?xml version="1.0" encoding="UTF-8"?--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <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