/ Published in: HTML

core-stripped html (mostly meta and js links)
Expand |
Embed | Plain Text
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content=""> <meta name="keywords" content="" /> <meta name="author" content=""> <!-- !CSS --> <link rel="stylesheet" href="stylesheets/styles.css?v=1"> <!--[if lt IE9]> <link rel="stylesheet" type="text/css" href="stylesheets/ie.css" media="all" /> <![endif]--> </head> <!-- !Body --> <body> <!-- Grab Google CDN's jQuery. fall back to local if necessary --> <script>!window.jQuery && document.write('<script src="javascripts/jquery.1.5.min.js"><\/script>')</script> <script src="javascripts/plugins.js?v=1"></script> <script src="javascripts/script.js?v=1"></script> </body> </html>
You need to login to post a comment.