mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
20 lines
418 B
HTML
20 lines
418 B
HTML
<!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> |