initial commit, and probably the last

This commit is contained in:
Mahdi Dibaiee
2015-01-06 18:59:15 +03:30
commit fd8d4aca74
3 changed files with 110 additions and 0 deletions

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Scatter</title>
<meta charset='UTF-8'>
</head>
<style>
body, html {
margin: 0;
}
</style>
<body>
<canvas id='c' width='1000' height='700'></canvas>
<script src='main.js'></script>
</body>
</html>