Sha256: 338dfa14390133e8828b3766fcace389f0c8c32c9e45154f7ecb3e3c0bddeec4
Contents?: true
Size: 648 Bytes
Versions: 6
Compression:
Stored size: 648 Bytes
Contents
<% if @output == (:pdf or :html) %> <div class="frontcover"> <img src="assets/images/canvas.jpg" /> <h1><%= @book.title %></h1> <h2><%= @book.subtitle %></h2> <h3>Third Edition</h3> <p>Sample document</p> </div> <% else %> <!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> <title>Cover</title> <style type="text/css"> img { max-width: 600px; } </style> </head> <body> <div id="cover-image"> <img src="assets/images/cover.png" alt="Cascade Styling Sheets"/> </div> </body> </html> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems