gitprep / templates / layouts / common.html.ep /
3574fa0 11 years ago
2 contributor
14 lines | 0.356kb
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="robots" content="index, nofollow" >
    <title>Git</title>
    %= stylesheet '/gitweb.css';
    %= javascript '/js/jquery-1.9.0.min.js';
    <link rel="shortcut icon" href="<%= url_for('/git-favicon.png') %>" type="image/png" >
  </head>
  <body>
    %= content;
  </body>
</html>