2015-09-02 15:08:58 -04:00
<!DOCTYPE html>
2015-09-03 22:41:27 -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" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2015-09-03 22:41:27 -04:00
< title > Scratch - Imagine, Program, Share< / title >
2015-09-02 15:08:58 -04:00
< meta name = "description" content = "Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations." / >
2015-09-03 22:41:27 -04:00
<!-- Open Graph -->
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://scratch.mit.edu/" / >
< meta property = "og:title" content = "Scratch - Imagine, Program, Share" / >
< 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-03 22:41:27 -04:00
<!-- Shim/Sham ES5 polyfill for older browsers -->
< script src = "/js/lib/polyfill.min.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 >
< script src = "/js/splash.bundle.js" > < / script >
2015-09-03 22:41:27 -04:00
<!-- @todo Analytics (GA) -->
<!-- @todo Monitoring (Raven) -->
<!-- @todo New Relic -->
2015-09-02 15:08:58 -04:00
< / body >
< / html >