summaryrefslogtreecommitdiff
path: root/alarm/node_modules/node-forge/nodejs/ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/node-forge/nodejs/ui/index.html')
-rw-r--r--alarm/node_modules/node-forge/nodejs/ui/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/alarm/node_modules/node-forge/nodejs/ui/index.html b/alarm/node_modules/node-forge/nodejs/ui/index.html
new file mode 100644
index 0000000..25e81b4
--- /dev/null
+++ b/alarm/node_modules/node-forge/nodejs/ui/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link rel="stylesheet" href="mocha/mocha.css">
+ <script src="mocha/mocha.js" type="text/javascript" charset="utf-8"></script>
+ <script src="chai/chai.js" type="text/javascript" charset="utf-8"></script>
+ <script src="require.js" data-main="test" type="text/javascript" charset="utf-8"></script>
+</head>
+<body>
+ <div id="mocha"></div>
+</body>
+</html>