Sha256: 6dbd2d77674ad58b013888c8fd95e14c7a6bb6cfd4cba23db6bbaefe14d36b0b
Contents?: true
Size: 764 Bytes
Versions: 10
Compression:
Stored size: 764 Bytes
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 xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <%= @js.to_html(context) %> <%= @css.to_html(context) %> <head> <title><%=h rabbit.slide_title %></title> </head> <body> <div class="main"> <% if rabbit.accept_move? %> <%= @navi.to_div(context) %> <% end %> <%= @slide.to_div(context) %> <% if rabbit.accept_move? %> <%= @navi.to_div(context) %> <% end %> </div> <div class="sidebar"> <%= @comment.to_div(context) %> </div> <hr /> <div class="footer"> <p> Generated by <a href="http://rabbit-shockers.org/">Rabbit</a> version <%= rabbit.version %> </p> </div> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems