Sha256: 1b4c88b66262b30c4568bb03a01f4a118d2e73d21c93368b18baa573f9424744
Contents?: true
Size: 657 Bytes
Versions: 1
Compression:
Stored size: 657 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"/> <title>Jasmine suite</title> <link rel="shortcut icon" type="image/png" href="/__images__/jasmine_favicon.png"> <% css_files.each do |css_file| %> <link rel="stylesheet" href="<%= css_file %>" type="text/css" media="screen"/> <% end %> <% js_files.each do |js_file| %> <script src="<%= js_file %>" type="text/javascript"></script> <% end %> </head> <body> <div id="jasmine_content"></div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jasmine-2.0.0.rc2 | lib/jasmine/run.html.erb |