aboutsummaryrefslogtreecommitdiff
path: root/generator/node_modules/plist/examples/browser
diff options
context:
space:
mode:
Diffstat (limited to 'generator/node_modules/plist/examples/browser')
-rw-r--r--generator/node_modules/plist/examples/browser/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/generator/node_modules/plist/examples/browser/index.html b/generator/node_modules/plist/examples/browser/index.html
new file mode 100644
index 0000000..8ce7d92
--- /dev/null
+++ b/generator/node_modules/plist/examples/browser/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>plist.js browser example</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+ <body>
+ <script src="../../dist/plist.js"></script>
+ <script>
+ // TODO: add <input type=file> drag and drop example
+ console.log(plist);
+ </script>
+ </body>
+</html>