Skip to content

Commit

Permalink
chore: update file system example
Browse files Browse the repository at this point in the history
  • Loading branch information
edysegura committed Jul 10, 2024
1 parent c7e22bd commit 14dd685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-system-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML5 File System API</title>
<script src="index.js" defer></script>
</head>
<body>
<button id="btnGetFile">Get File</button>
<button id="btnSaveFile">Save File</button>
<p>PS: At the moment it works only on Chromium Based Browsers!</p>
<output></output>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 14dd685

Please sign in to comment.