summaryrefslogtreecommitdiff
path: root/ballbounce.html
diff options
context:
space:
mode:
Diffstat (limited to 'ballbounce.html')
-rw-r--r--ballbounce.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/ballbounce.html b/ballbounce.html
new file mode 100644
index 0000000..0bbdf01
--- /dev/null
+++ b/ballbounce.html
@@ -0,0 +1,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> \ No newline at end of file