bubble-bg/index.html

23 lines
397 B
HTML

<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>bubbles</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/addons/p5.dom.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/p5.js'></script>
<script src="js/index.js"></script>
</body>
</html>