summaryrefslogtreecommitdiff
path: root/ant.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-24 13:10:23 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-24 13:10:23 -0400
commitf72237d4e34a7702312a5c548238b5723448236d (patch)
tree7e6b4f5379e11d0461b69d182c1ed7dec5c7cd4f /ant.html
parente25d1fea2b9124b44ebe569354d963f545ceb042 (diff)
parent98e6e18fff8534ec45b5c9f33f08c4c112340e5e (diff)
Merge branch 'master' of https://github.com/pommicket/pommicket.github.io
Diffstat (limited to 'ant.html')
-rw-r--r--ant.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ant.html b/ant.html
index 36c5bb5..dfcea3c 100644
--- a/ant.html
+++ b/ant.html
@@ -1,9 +1,9 @@
<html>
<head>
<title>Langton's Ant</title>
-<link rel="stylesheet" href="css/bootstrap.min.css">
+<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="js/p5.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
</head>
<body>
<h2>Langton's Ant</h2>