1
0
mirror of https://github.com/byReqz/bubble-bg.git synced 2025-06-15 20:07:47 +00:00

Add files via upload

This commit is contained in:
Nils
2019-08-13 02:29:26 +02:00
committed by GitHub
parent 097d9ac340
commit 9f4214c56d
3 changed files with 110 additions and 0 deletions

22
index.html Normal file
View File

@ -0,0 +1,22 @@
<!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>