Skip to content

Instantly share code, notes, and snippets.

View MiniKielbyM's full-sized avatar
🏳️‍⚧️
:3

Phoebe Kielbasinski MiniKielbyM

🏳️‍⚧️
:3
View GitHub Profile
@mwrouse
mwrouse / ReadJSON.html
Last active March 1, 2023 14:19
Reading JSON File Input
<!DOCTYPE html>
<html>
<head>
<title>File Input</title>
</head>
<body>
<input type="file" id="fileInput">
<script src="index.js"></script>
</body>