mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -05:00
25 lines
813 B
HTML
25 lines
813 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Scratch</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." />
|
|
|
|
<link rel="stylesheet" href="/css/lib/normalize.min.css" />
|
|
</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>
|
|
</body>
|
|
</html>
|