summaryrefslogtreecommitdiff
path: root/ballbounce.html
diff options
context:
space:
mode:
Diffstat (limited to 'ballbounce.html')
-rw-r--r--ballbounce.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/ballbounce.html b/ballbounce.html
index 5042d15..73c525e 100644
--- a/ballbounce.html
+++ b/ballbounce.html
@@ -1,18 +1,18 @@
<html>
-<head>
-<title>Bounce the ball</title>
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
-<link rel="stylesheet" href="css/style.css">
+ <head>
+ <title>Bounce the ball</title>
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
+ <link rel="stylesheet" href="css/style.css">
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+ </head>
+ <body>
+ <div id="navbar"></div>
+ <script src="navbar.js"></script>
-</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="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
-<script src="js/ballbounce.js"></script>
-</body>
-</html> \ No newline at end of file
+ <h2>Ball Bounce</h2>
+ <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="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
+ <script src="js/ballbounce.js"></script>
+ </body>
+</html>