mirror of
https://github.com/wassname/phaser.git
synced 2026-08-06 13:31:05 +08:00
Refactoring ready for 1.0 release.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Point Test</title>
|
||||
<link rel="stylesheet" href="app.css" type="text/css" />
|
||||
<script src="app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Point Test</h1>
|
||||
|
||||
<textarea id="content" style="width: 800px; height: 800px"></textarea>
|
||||
|
||||
<br />
|
||||
|
||||
<button id="start">Start</button>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user