forked from phaserjs/phaser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsideview.html
More file actions
29 lines (25 loc) · 981 Bytes
/
sideview.html
File metadata and controls
29 lines (25 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>
<p>Phaser version: 1.1.4</p>
<p><a href="index.html">Switch to Full View</a></p>
</div>
<iframe id="viewer"></iframe>
</body>
</html>