summaryrefslogtreecommitdiff
path: root/ballbounce.html
blob: 0bbdf0142e7c392f58e65461e2ea34d8cd45369f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Bounce the ball</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">

</head>
<body>
<h2>Ball Bounce</h2>
<div id="header_links_div"></div>
<script src="js/header_links.js"></script>
<hr>
<p>You can get the android app for Ball Bounce
 <a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.ballbounce">here</a>.</p>
<script src="js/p5.js"></script>
<script src="js/ballbounce.js"></script>
</body>
</html>