This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 2.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html><!--[if lt IE 9 ]> <html class="ie8"> <![endif]--><!--[if IE 9 ]> <html class="ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html><!--<![endif]--><head><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl+'';
f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NBMRDKQ');</script><meta charset="UTF-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="format-detection" content="telephone=no"><title>Scratch - Imagine, Program, Share</title><meta name="description" content="Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations."/><meta name="google-site-verification" content="m_3TAXDreGTFyoYnEmU9mcKB4Xtw5mw6yRkuJtXRKxM"/><meta property="og:url" content="https://scratch.mit.edu/"/><meta property="og:type" content="website"/><meta property="og:title" content="Scratch - Imagine, Program, Share"/><meta property="og:description" content="Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations."/><meta property="og:image" content="https://scratch.mit.edu/images/scratch-og.png"/><meta property="og:image:type" content="image/png"/><meta property="og:image:width" content="986"/><meta property="og:image:height" content="860"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="stylesheet" href="/css/lib/normalize.min.css"/><link rel="stylesheet" href="/common.css"/><link rel="stylesheet" href="/splash.css"/><script src="/js/polyfill.min.js"></script></head><body><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NBMRDKQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><noscript><p>Your browser has Javascript disabled. Please go to your browser preferences and enable Javascript in order to use Scratch.</p></noscript><div id="app"></div><script src="/js/common.bundle.js"></script><script src="/js/splash.intl.js"></script><script src="/js/splash.bundle.js"></script><script>var loc = window._locale || 'en';
if (typeof window._messages !== 'undefined' && loc !== 'en') {
if (typeof window._messages[loc] === 'undefined') {
loc = loc.split('-')[0];
}
if (typeof window._messages[loc] !== 'undefined') {
var localizedTitle = window._messages[loc]['general.' + 'Imagine, Program, Share'.toLowerCase()] || '';
if (localizedTitle.length > 0) {
document.title = 'Scratch - ' + localizedTitle;
}
}
}</script></body></html>