summaryrefslogtreecommitdiff
path: root/2d23d.html
diff options
context:
space:
mode:
Diffstat (limited to '2d23d.html')
-rw-r--r--2d23d.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/2d23d.html b/2d23d.html
index e12ca4e..cb16d27 100644
--- a/2d23d.html
+++ b/2d23d.html
@@ -1,15 +1,15 @@
<html>
-<head>
-<title>2D becomes 3D</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>
-<body>
-<h2>2D becomes 3D</h2>
-<div id="header_links_div"></div>
-<script src="js/header_links.js"></script>
-<hr>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
-<script src="js/2d23d.js"></script>
-</body>
-</html> \ No newline at end of file
+ <head>
+ <title>2D becomes 3D</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>
+ <h2>2D becomes 3D</h2>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
+ <script src="js/2d23d.js"></script>
+ </body>
+</html>