mirror of
https://github.com/Cametendo/EMVs-Creative-coding.git
synced 2026-06-20 17:45:02 +02:00
19 lines
452 B
HTML
19 lines
452 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Following circles sketch</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
|
|
|
<script src="/libraries/p5.min.js"></script>
|
|
<script src="/libraries/p5.sound.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<script src="./interactive-shapes.js"></script>
|
|
</body>
|
|
</html>
|