Basic setup with p5.js and p5.min.js

This commit is contained in:
Dennis Schoepf 2021-07-13 20:40:21 +02:00
parent 8eda641a27
commit a6b755acca
9 changed files with 119484 additions and 103 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>codecities</title>
<link rel="stylesheet" href="./styles.scss" />
</head>
<body>
<script src="./main.js"></script>
</body>
</html>