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>
|
|
|
|
<meta name="description" content="{{description}}" />
|
2015-09-02 15:08:58 -04:00
|
|
|
|
2015-09-04 11:26:18 -04:00
|
|
|
<!-- Open Graph -->
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="https://scratch.mit.edu/" />
|
2015-10-13 09:41:40 -04:00
|
|
|
<meta property="og:title" content="Scratch - {{title}}" />
|
2015-09-04 11:26:18 -04:00
|
|
|
<meta property="og:description" content="Make games, stories and interactive art with Scratch. (scratch.mit.edu)" />
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
|
|
|
<!-- Session provider -->
|
|
|
|
<script src="/js/session.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>
|
|
|
|
<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
|
|
|
|
|
|
|
<!-- @todo Analytics (GA) -->
|
|
|
|
<!-- @todo Monitoring (Raven) -->
|
|
|
|
<!-- @todo New Relic -->
|
2015-09-02 15:08:58 -04:00
|
|
|
</body>
|
|
|
|
</html>
|