Sha256: a0dc7266aca8e3fb50b6e72fb23f5273593d3a2095be62cc3c5ac599db3472ce
Contents?: true
Size: 808 Bytes
Versions: 59
Compression:
Stored size: 808 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"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <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> <!-- TODO: turbolinks breaks spec filter links --> <body data-no-turbolink data-turbolinks="false"> <div id="jasmine_content"></div> </body> </html>
Version data entries
59 entries across 44 versions & 2 rubygems