initial commit, and probably the last
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal 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>
|
Reference in New Issue
Block a user