summaryrefslogtreecommitdiff
path: root/Harmonograph.html
diff options
context:
space:
mode:
Diffstat (limited to 'Harmonograph.html')
-rw-r--r--Harmonograph.html37
1 files changed, 20 insertions, 17 deletions
diff --git a/Harmonograph.html b/Harmonograph.html
index ec9c6c4..f9e1151 100644
--- a/Harmonograph.html
+++ b/Harmonograph.html
@@ -1,22 +1,25 @@
<html>
-<head>
-<title>Harmonograph</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>
+ <head>
+ <title>Harmonograph</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>
-<h2>Harmonograph</h2>
-<div id="header_links_div"></div>
-<script src="js/header_links.js"></script>
-<hr>
+ <div id="navbar"></div>
+ <script src="navbar.js"></script>
-<button onclick="start();">Start</button><br>
-<button onclick="saveCanvas();">Save image</button><br>
-<button onclick="addPendulum();">Add pendulum</button>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
-<script src="js/Harmonograph.js"></script>
+ <h2>Harmonograph</h2>
-</body>
-</html> \ No newline at end of file
+
+ <button onclick="start();">Start</button><br>
+ <button onclick="saveCanvas();">Save image</button><br>
+ <button onclick="addPendulum();">Add pendulum</button>
+
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
+ <script src="js/Harmonograph.js"></script>
+
+ </body>
+</html>