mirror of
https://github.com/byReqz/bubble-bg.git
synced 2024-11-23 14:54:54 +00:00
23 lines
397 B
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>
|