Sha256: 8c9bb1f3803c46bae9f5dda3c245435b2434eafa4e5af45a02f41f5309f4ebf7
Contents?: true
Size: 681 Bytes
Versions: 15
Compression:
Stored size: 681 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="ja-JP"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<%=h charset() %>"> <meta http-equiv="Content-Language" content="ja-JP"> <link rel="stylesheet" type="text/css" href="<%=h css_url() %>"> <link rel="icon" type="image/png" href="<%=h favicon_url() %>"> <title><%=h @title %> (Ruby <%=h ruby_version %>)</title> </head> <body> <%= yield %> <div id="footer"> <a rel="license" href="https://creativecommons.org/licenses/by/3.0/"> <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /> </a> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems