Skip to content
Snippets Groups Projects
scores.haml 511 B
Newer Older
François Sarradin's avatar
François Sarradin committed
%html
  %head
    %title Extreme Startup - Score Graph
François Sarradin's avatar
François Sarradin committed
    %link(rel="stylesheet" href="/css/style.css")
    %script{:type => "text/javascript", :src  => "/js/smoothie.js"}
    %script{:type => "text/javascript", :src  => "/js/jquery-1.6.2.min.js"}
    %script{:type => "text/javascript", :src  => "/js/leaderboard.js"}

  %body
    .left
      %canvas{:id => "mycanvas", :width => 500, :height => 500 }
    .right
      %h1 Leader Board
      %ul{:id => "scoreboard" }