nature-of-code/0. Randomness/4. Paint Splatter/index.html

17 lines
281 B
HTML

<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/p5@1.9.0/lib/p5.js"></script>
<script src="sketch.js"></script>
<style>
body {
background: #212121;
color: #EFEFEF;
}
</style>
</head>
<body>
<main>
</main>
</body>
</html>