UNPKG

@akashacms/theme-bootstrap

Version:

A theme for AkashaCMS that supports the Twitter Bootstrap framework

26 lines 1.01 kB
<!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]--> <!-- Consider adding a manifest.appcache: h5bp.com/d/Offline --> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Use the .htaccess and remove these lines to avoid edge case issues. More info: h5bp.com/i/378 --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <ak-page-title/> <ak-header-metatags/> <ak-sitemapxml/> <ak-siteverification/> <ak-stylesheets/> <ak-headerJavaScript/> </head> <body> <ak-insert-body-content/> <!-- JavaScript at the bottom for fast page loading --> <ak-footerJavaScript/> <ak-google-analytics/> </body> </html>