This commit is contained in:
root 2025-04-24 07:13:31 +00:00
commit 9c527bec23
3 changed files with 147396 additions and 0 deletions

21
index.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>p5.js</title>
<script src="lib/p5.js"></script>
<style>
body {
padding: 0;
margin: 0;
background-color: #1b1b1b;
}
</style>
</head>
<body>
<main>
</main>
<script src="sketch.js"></script>
</body>
</html>