summaryrefslogtreecommitdiff
path: root/ui/index.html
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-06 17:28:11 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-06 17:28:11 -0700
commit4a2c46e008044e3c5208646245b3da82408012c4 (patch)
treed1bcde78767c8fa3281dcd40529d99aa1947322e /ui/index.html
parentb2b32e5969c91e05b0d54feaf64045321f70517b (diff)
downloadinfinitytier-4a2c46e008044e3c5208646245b3da82408012c4.tar.gz
infinitytier-4a2c46e008044e3c5208646245b3da82408012c4.zip
Well that works... pretty web UI (currently only works on test node with hard-coded auth code... need to figure out how to plumb that)
Diffstat (limited to 'ui/index.html')
-rw-r--r--ui/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/index.html b/ui/index.html
index 83a4fb0e..eee4414a 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -4,14 +4,17 @@
<title>ZeroTier One</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <!--
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-theme.min.css">
+ -->
<link rel="stylesheet" href="zerotier.css">
<script src="simpleajax.min.js"></script>
<script src="react.min.js"></script>
- <script src="JSXTransformer.js"></script>
+ <script src="JSXTransformer.min.js"></script>
+ <script type="text/jsx" src="ZeroTierNetwork.jsx"></script>
<script type="text/jsx" src="ZeroTierNode.jsx"></script>
<script type="text/jsx" src="main.jsx"></script>