summaryrefslogtreecommitdiff
path: root/modularcircles.html
diff options
context:
space:
mode:
Diffstat (limited to 'modularcircles.html')
-rw-r--r--modularcircles.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/modularcircles.html b/modularcircles.html
index 6760130..21fbec8 100644
--- a/modularcircles.html
+++ b/modularcircles.html
@@ -1,22 +1,22 @@
<html>
-<head>
-<title>Modular circles</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://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
-</head>
-<body>
-<h2>Modular circles</h2>
-<div id="header_links_div"></div>
-<script src="js/header_links.js"></script>
-<hr>
+ <head>
+ <title>Modular circles</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://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
+ <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>Modular circles</h2>
-<p>Each point corresponds to a number. The points are connected based on rules.</p>
+ <p>Each point corresponds to a number. The points are connected based on rules.</p>
-<script src="js/modularcircles.js"></script>
-Number of points: <input min="1" value="300" type="number" id="npoints"><br>
-Add/Multiply: <input value="2" step="0.2" type="number" id="amount"><br>
-Multiply? <input id="should_mul" type="radio" value="multiply" name="muloradd" checked="true"><br>
-Add? <input id="should_add" type="radio" value="add" name="muloradd"><br>
-</body>
-</html> \ No newline at end of file
+ <script src="js/modularcircles.js"></script>
+ Number of points: <input min="1" value="300" type="number" id="npoints"><br>
+ Add/Multiply: <input value="2" step="0.2" type="number" id="amount"><br>
+ Multiply? <input id="should_mul" type="radio" value="multiply" name="muloradd" checked="true"><br>
+ Add? <input id="should_add" type="radio" value="add" name="muloradd"><br>
+ </body>
+</html>