summaryrefslogtreecommitdiff
path: root/lib/views/index.erb
blob: 52e1a0a0d5e637979b7688c652a7ab720b9a9906 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title></title>
  </head>
  <body>
    <%= GitHub::Markup.render_s(GitHub::Markups::MARKUP_MARKDOWN, @content) %>
  </body>
</html>