summaryrefslogtreecommitdiff
path: root/simplex
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-09-02 22:51:22 -0400
committerThomas Park <thomas@thomaspark.co>2015-09-02 22:51:22 -0400
commit884b1111fabf1b06470eb36836bb13d74a0b93bd (patch)
tree48cd2c958c1c6f3e7db54a4a6da6dc8bb6ca0b05 /simplex
parentba999ebb819140011194b622cdad48b52a67a91e (diff)
rename bootswatch assets to custom to reduce confusion
Diffstat (limited to 'simplex')
-rw-r--r--simplex/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/simplex/index.html b/simplex/index.html
index d1b4f3d3..3d89d9d6 100644
--- a/simplex/index.html
+++ b/simplex/index.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="./bootstrap.css" media="screen">
- <link rel="stylesheet" href="../assets/css/bootswatch.min.css">
+ <link rel="stylesheet" href="../assets/css/custom.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../bower_components/html5shiv/dist/html5shiv.js"></script>
@@ -1280,6 +1280,6 @@
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
- <script src="../assets/js/bootswatch.js"></script>
+ <script src="../assets/js/custom.js"></script>
</body>
</html>