Sha256: 306a1ec8f57c719c2945cda54ad91db5fada6614bf3ba7e3470ebf23820a9cf0
Contents?: true
Size: 534 Bytes
Versions: 28
Compression:
Stored size: 534 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:ops="http://www.idpf.org/2007/ops" xml:lang="<%= @language %>"> <head> <meta charset="UTF-8" /> <% if @stylesheets.present? %> <% @stylesheets.each do |style| %> <link rel="stylesheet" type="text/css" href="<%= style %>" /> <% end %> <% end%> <meta name="generator" content="Re:VIEW" /> <title><%= @title %></title> </head> <body<%= @body_ext %>> <%= @body %> </body> </html>
Version data entries
28 entries across 28 versions & 2 rubygems