aboutsummaryrefslogtreecommitdiffstats
path: root/index.html.erb
blob: f1dfbf0730cce6d0fefc4d4b70a191c8f7ff7bc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <title>Ramaskrik 2018 programoversikt</title>
  </head>
  <body>
    <h1>Ramaskrik 2018 programoversikt</h1>
    <% generate_graphs do |graph| %>
      <%= graph.burn_svg_only() %>
    <% end %>
  </body>
</html>