mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 18:45:49 -05:00
30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en"> <!-- Set this to the main language of your site -->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ScratchX</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="css/reset.css" rel="stylesheet" type="text/css">
|
|
<link href="css/base.css" rel="stylesheet" type="text/css">
|
|
<link href="css/scratchx.css" rel="stylesheet" type="text/css">
|
|
<script type="text/javascript" src="libs/swfobject.js"></script>
|
|
<script type="text/javascript" src="libs/jquery-1.11.2.min.js"></script>
|
|
</head>
|
|
<body class="editor scratchx">
|
|
|
|
<div id="scratch">
|
|
<div class="scratch_unsupported">
|
|
<p>
|
|
Oh Noes! Scratch project cannot display.<br/>
|
|
Flash player is disabled, missing, or less than version 10.2.
|
|
</p>
|
|
<a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img
|
|
src="//www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
|
|
alt="Get Adobe Flash player"/></a>
|
|
</div>
|
|
<div class="scratch_loading"></div>
|
|
</div>
|
|
<script type="text/javascript" src="scratch_extensions/scratch_ext.js"></script>
|
|
<script type="text/javascript" src="js/scratchx.js"></script>
|
|
</body>
|
|
</html>
|