Sha256: 838901e38741aa32e2be6a1c6ccfbef4b563cf4bb91cb9f47930ab71efbe6c9b
Contents?: true
Size: 935 Bytes
Versions: 6
Compression:
Stored size: 935 Bytes
Contents
<?xml version="1.0" ?> <!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>#{@title}</title> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="expires" content="0" /> <meta name="description" content="Description for search engines" /> <meta name="generator" content="Nagoro #{Nagoro::VERSION}" /> <meta name="keywords" content="Nagoro, Your own keywords" /> <meta name="author" content="Max Mustermann" /> <style type="text/css"> body { margin: 2em; } #content { margin-left: 2em; } </style> </head> <body> <h1>#{@title}</h1> <div id="content"> #{@content} </div> </body> </html>
Version data entries
6 entries across 6 versions & 2 rubygems