summaryrefslogtreecommitdiff
path: root/ui/index.html
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-05 20:53:30 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-05 20:53:30 -0700
commitb2b32e5969c91e05b0d54feaf64045321f70517b (patch)
treed6206c744822ddb758676daacdb355506e416aa7 /ui/index.html
parent40f312a827ffecf7d5a233ee5d13b0a3bc88e8a6 (diff)
downloadinfinitytier-b2b32e5969c91e05b0d54feaf64045321f70517b.tar.gz
infinitytier-b2b32e5969c91e05b0d54feaf64045321f70517b.zip
Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like it will be easier than retrofitting the old Qt client for the new API.
Diffstat (limited to 'ui/index.html')
-rw-r--r--ui/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/ui/index.html b/ui/index.html
new file mode 100644
index 00000000..83a4fb0e
--- /dev/null
+++ b/ui/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <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 type="text/jsx" src="ZeroTierNode.jsx"></script>
+
+ <script type="text/jsx" src="main.jsx"></script>
+</head>
+<body>
+<div style="width: 100%; height: 100%;" id="main"></div>
+</body>
+</html>