yeet
This commit is contained in:
14
node_modules/plist/examples/browser/index.html
generated
vendored
Normal file
14
node_modules/plist/examples/browser/index.html
generated
vendored
Normal file
@ -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>
|
Reference in New Issue
Block a user