summaryrefslogtreecommitdiff
path: root/magnets.html
diff options
context:
space:
mode:
Diffstat (limited to 'magnets.html')
-rw-r--r--magnets.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/magnets.html b/magnets.html
index c8a99f7..4851095 100644
--- a/magnets.html
+++ b/magnets.html
@@ -1,17 +1,19 @@
<html>
-<head>
-<title>Magnets</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>Magnets</h2>
-<div id="header_links_div"></div>
-<script src="js/header_links.js"></script>
-<hr>
+ <head>
+ <title>Magnets</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>
-<p>You can get the Android app for Magnets <a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.magnets">here</a>.</p>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
-<script src="js/magnets.js"></script>
-</body>
+ <div id="navbar"></div>
+ <script src="navbar.js"></script>
+
+ <h2>Magnets</h2>
+
+ <p>You can get the Android app for Magnets <a href="https://play.google.com/store/apps/details?id=org.neocities.autoart.magnets">here</a>.</p>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
+ <script src="js/magnets.js"></script>
+ </body>
</html>