Skip to content

Commit 484cdb3

Browse files
committed
Add code written in p5js editor
0 parents  commit 484cdb3

5 files changed

Lines changed: 147437 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# regional-income-inequality

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.8/lib/p5.js"></script>
5+
<link rel="stylesheet" type="text/css" href="style.css">
6+
<meta charset="utf-8" />
7+
8+
</head>
9+
<body>
10+
<main>
11+
</main>
12+
<script src="sketch.js"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)