aboutsummaryrefslogtreecommitdiffstats
path: root/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.erb')
-rw-r--r--index.html.erb12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html.erb b/index.html.erb
new file mode 100644
index 0000000..f1dfbf0
--- /dev/null
+++ b/index.html.erb
@@ -0,0 +1,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>