Add completed the sun, earth and moon

This commit is contained in:
Lev
2021-07-24 23:56:07 -05:00
parent 3d408fac3a
commit 7a584896c9
6 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="p5.min.js"></script>
<script src="sketch.js"></script>
</body>
</html>