mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 14:53:01 +00:00
36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>Phaser Tutorial 01 - Getting Started</title>
|
||
|
<script src="build/phaser.js" type="text/javascript"></script>
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: Arial;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>Getting started with Phaser</h1>
|
||
|
|
||
|
<h2>Part 6 - Hello World!</h2>
|
||
|
|
||
|
<p></p>
|
||
|
|
||
|
<p><a href="part7.html">Part 7: The Phaser Examples</a></p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="index.html">Part 1: Introduction</a></li>
|
||
|
<li><a href="part2.html">Part 2: Installing a web server</a></li>
|
||
|
<li><a href="part3.html">Part 3: Run in the Cloud</a></li>
|
||
|
<li><a href="part4.html">Part 4: Choosing an Editor</a></li>
|
||
|
<li><a href="part5.html">Part 5: Downloading Phaser</a></li>
|
||
|
<li><a href="part6.html">Part 6: Hello World!</a></li>
|
||
|
<li><a href="part7.html">Part 7: The Phaser Examples</a></li>
|
||
|
<li><a href="part8.html">Part 8: Next Steps</a></li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|