Basic setup with p5.js and p5.min.js
This commit is contained in:
parent
8eda641a27
commit
a6b755acca
9 changed files with 119484 additions and 103 deletions
11
index.html
Normal file
11
index.html
Normal 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>
|
||||
Reference in a new issue