diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-05-12 17:18:54 +0200 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-05-12 17:18:54 +0200 |
commit | fcdb5ca193406ef02dba8db4d7684d8c74089552 (patch) | |
tree | 223edcc76b54d18575d2c3bcd87ed321f8a896d6 /generator/node_modules/plist/examples | |
parent | d9337f848b94f33aa8641acced33c6c2e5efc26e (diff) | |
download | atomic-fcdb5ca193406ef02dba8db4d7684d8c74089552.tar.gz atomic-fcdb5ca193406ef02dba8db4d7684d8c74089552.tar.bz2 atomic-fcdb5ca193406ef02dba8db4d7684d8c74089552.zip |
Updated 9 files and added 103 files (automated)
Diffstat (limited to 'generator/node_modules/plist/examples')
-rw-r--r-- | generator/node_modules/plist/examples/browser/index.html | 14 |
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> |