summaryrefslogtreecommitdiff
path: root/node_modules/plist/examples
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/plist/examples')
-rw-r--r--node_modules/plist/examples/browser/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/plist/examples/browser/index.html b/node_modules/plist/examples/browser/index.html
deleted file mode 100644
index 8ce7d92..0000000
--- a/node_modules/plist/examples/browser/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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>