Sha256: 00aa97514b3c37c6cf1839fa849c32b8d2d4c2f07b377f44fb65813350a2c274
Contents?: true
Size: 1.77 KB
Versions: 4
Compression:
Stored size: 1.77 KB
Contents
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width" /> <title>Strelka CMS Demo: <?attr title ?></title> <!-- Included CSS Files --> <link rel="stylesheet" href="/stylesheets/foundation.css"> <link rel="stylesheet" href="/stylesheets/app.css"> <!--[if lt IE 9]> <link rel="stylesheet" href="/stylesheets/ie.css"> <![endif]--> <script src="/javascripts/modernizr.foundation.js"></script> <!-- Included JS Files --> <script src="/javascripts/jquery.min.js" defer="defer"></script> <script src="/javascripts/foundation.js" defer="defer"></script> <script src="/javascripts/app.js" defer="defer"></script> <!-- IE Fix for HTML5 Tags --> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- These feeds are generated by the 'content-feeds' app --> <link rel="alternate" href="/feed/rss/news" type="application/rss+xml" title="Project News" /> <link rel="alternate" href="/feed/atom/news" type="application/atom+xml" title="Project News" /> </head> <body> <!-- container --> <div class="container"> <div class="row"> <div class="twelve columns"> <h2>Strelka CMS Demo</h2> <p><?attr title ?></p> <hr /> </div> </div> <div class="row"> <?attr body ?> </div> </div> <!-- container --> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems