2013-10-23 01:14:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
|
|
|
<title>phaser examples</title>
|
|
|
|
<link href="_site/css/phaser-lite.css" media="screen" rel="stylesheet" type="text/css">
|
|
|
|
<script src="_site/js/jquery-2.0.3.min.js" type="text/javascript"></script>
|
|
|
|
<script src="_site/js/phaser-sideview.js" type="text/javascript"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
sideview.html layout inspired / borrowed in part from the three.js examples viewer
|
|
|
|
-->
|
|
|
|
|
|
|
|
<div id="header"></div>
|
|
|
|
<div id="panel">
|
|
|
|
<div id="examples-list"></div>
|
|
|
|
</div>
|
|
|
|
<div id="footer">
|
|
|
|
<p id="total">Total examples: </p>
|
2014-02-06 03:34:27 +00:00
|
|
|
<p>Phaser version: 1.2</p>
|
2013-10-23 01:14:51 +00:00
|
|
|
<p><a href="index.html">Switch to Full View</a></p>
|
|
|
|
</div>
|
|
|
|
|
2014-01-20 20:58:36 +00:00
|
|
|
<iframe id="viewer" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
|
2013-10-23 01:14:51 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|