2015-09-02 15:08:58 -04:00
|
|
|
<!DOCTYPE html>
|
2015-09-04 11:26:18 -04:00
|
|
|
<!--[if lt IE 9 ]> <html class="ie8"> <![endif]-->
|
|
|
|
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
|
|
|
|
<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
|
2015-09-02 15:08:58 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
2015-10-07 22:49:17 -04:00
|
|
|
<meta http-equiv="x-frame-options" content="deny">
|
2015-09-02 15:08:58 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
2015-09-04 01:26:56 -04:00
|
|
|
<title>Scratch - {{title}}</title>
|
2015-10-20 10:51:33 -04:00
|
|
|
|
|
|
|
<!-- Search & Open Graph-->
|
2015-09-04 01:26:56 -04:00
|
|
|
<meta name="description" content="{{description}}" />
|
2015-10-20 10:51:33 -04:00
|
|
|
<meta name="google-site-verification" content="m_3TAXDreGTFyoYnEmU9mcKB4Xtw5mw6yRkuJtXRKxM" />
|
2015-09-02 15:08:58 -04:00
|
|
|
|
2015-09-04 11:26:18 -04:00
|
|
|
<meta property="og:url" content="https://scratch.mit.edu/" />
|
2015-10-20 10:51:33 -04:00
|
|
|
<meta property="og:type" content="website" />
|
2015-10-13 09:41:40 -04:00
|
|
|
<meta property="og:title" content="Scratch - {{title}}" />
|
2015-10-20 10:51:33 -04:00
|
|
|
<meta property="og:description" content="{{description}}" />
|
|
|
|
<meta property="og:image" content="{{&og_image}}" />
|
|
|
|
<meta property="og:image:type" content="{{&og_image_type}}" />
|
|
|
|
<meta property="og:image:width" content="{{&og_image_width}}" />
|
|
|
|
<meta property="og:image:height" content="{{&og_image_height}}" />
|
2015-09-04 11:26:18 -04:00
|
|
|
|
|
|
|
<!-- Favicon & CSS normalize -->
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
2015-09-02 15:08:58 -04:00
|
|
|
<link rel="stylesheet" href="/css/lib/normalize.min.css" />
|
2015-09-04 11:26:18 -04:00
|
|
|
|
|
|
|
<!-- Shim/Sham ES5 polyfill for older browsers -->
|
|
|
|
<script src="/js/lib/polyfill.min.js"></script>
|
2015-09-16 14:44:26 -04:00
|
|
|
|
2015-10-15 23:05:57 -04:00
|
|
|
<!-- Initialize (Locale & Session) -->
|
|
|
|
<script src="/js/init.bundle.js"></script>
|
2015-09-02 15:08:58 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="navigation"></div>
|
|
|
|
<div id="view"></div>
|
|
|
|
<div id="footer"></div>
|
|
|
|
|
|
|
|
<!-- Scripts -->
|
|
|
|
<script src="/js/lib/react.js"></script>
|
2015-10-14 22:58:32 -04:00
|
|
|
<script src="/js/lib/react-dom.js"></script>
|
|
|
|
|
2015-09-02 15:08:58 -04:00
|
|
|
<script src="/js/main.bundle.js"></script>
|
2015-09-04 01:26:56 -04:00
|
|
|
<script src="/js/{{view}}.bundle.js"></script>
|
2015-09-04 11:26:18 -04:00
|
|
|
|
2015-10-20 10:51:33 -04:00
|
|
|
<!-- Analytics (GA) -->
|
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', '{{&ga_tracker}}', {
|
|
|
|
'sampleRate': 10
|
|
|
|
});
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
|
2015-09-04 11:26:18 -04:00
|
|
|
<!-- @todo New Relic -->
|
2015-09-02 15:08:58 -04:00
|
|
|
</body>
|
|
|
|
</html>
|