Refactoring ready for 1.0 release.

This commit is contained in:
Richard Davey
2013-05-25 04:21:24 +01:00
parent 4ef0750c07
commit 204ec46b2b
90 changed files with 15043 additions and 15223 deletions
+20
View File
@@ -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>