2011-07-04 16:41:02 +02:00
|
|
|
<!doctype html>
|
|
|
|
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
|
|
|
|
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
|
|
|
|
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
|
|
|
|
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
|
|
|
|
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
|
|
|
<title></title>
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
|
|
<link rel="stylesheet" href="css/style.css?v=2">
|
|
|
|
|
|
|
|
<script src="js/libs/modernizr-1.7.min.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<header>
|
|
|
|
Star5
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div id="main" role="main">
|
2011-07-04 17:53:00 +02:00
|
|
|
<style>
|
2011-07-05 09:32:38 +02:00
|
|
|
#blackboard{width:16em;background:#333;float:left}
|
2011-07-04 17:54:17 +02:00
|
|
|
.starcell{width:1em;height:1em;display:block;float:left;text-align:center}
|
2011-07-04 17:53:00 +02:00
|
|
|
.selected{font-weight:bold}
|
|
|
|
.wall{color:#000}
|
|
|
|
.ball{color:#99f}
|
|
|
|
.cube{color:red}
|
|
|
|
.gift{color:yellow}
|
|
|
|
.void{}
|
|
|
|
.selected{background:#555}
|
|
|
|
</style>
|
|
|
|
<p id="blackboard"></p>
|
2011-07-04 16:41:02 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
©Gwh
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
|
|
|
|
<script>!window.jQuery && document.write(unescape('%3Cscript src="js/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
|
|
|
|
|
|
|
|
<script src="js/plugins.js"></script>
|
|
|
|
<script src="js/script.js"></script>
|
|
|
|
|
|
|
|
<!--[if lt IE 7 ]>
|
|
|
|
<script src="js/libs/dd_belatedpng.js"></script>
|
|
|
|
<script> DD_belatedPNG.fix('img, .png_bg');</script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<script src="js/star.js"></script>
|
|
|
|
<script>
|
|
|
|
state = load_level( levels, 0 );
|
2011-07-04 17:23:22 +02:00
|
|
|
start_loop( state, "#blackboard" );
|
|
|
|
$( document ).focus();
|
2011-07-04 16:41:02 +02:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|