summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 09:46:03 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 09:46:32 -0500
commitc0da8d22862a0afca41ca052c3424564b0011dda (patch)
treeb2222f54d7b367e61a6482ee91cc25a6f3f178ac
parent0aa29be84d4c554ef0d9dddc2d1f0f24859f587d (diff)
Move javascript source to a subdirectory.
-rw-r--r--index.html2
-rw-r--r--js/garden.js (renamed from garden.js)0
2 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index cba12e7..00ef0bc 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
- <script type="text/javascript" src="garden.js"></script>
+ <script type="text/javascript" src="js/garden.js"></script>
<link href="css/garden.css" rel="stylesheet">
</head>
<body>
diff --git a/garden.js b/js/garden.js
index 6987c57..6987c57 100644
--- a/garden.js
+++ b/js/garden.js