Created
January 12, 2010 00:39
-
-
Save markmarkoh/274757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%html | |
%head | |
%title Stats Server | |
%meta{"http-equive" => "Content-Type", :content=>"text/html; charset=utf-8"}/ | |
<script type="text/javascript" src="/flot/jquery.js"></script> | |
<script language="javascript" type="text/javascript" src="/flot/jquery.flot.js"></script> | |
<script language="javascript" type="text/javascript" src="/flot/jquery.flot.selection.js"></script> | |
%body | |
=yield |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment