Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylucl committed May 31, 2024
1 parent 507dbb8 commit 6d6fab6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
<html>
<body>

<script>
function generateFiles() {

alert("HEY THERE")
//document.getElementById("demo").innerHTML = "Hello World";
}
</script>
<div style="font-size:20px; padding:5px"><h1>Generate text mappings files</h1>
<input id="input" type="file" onChange={uploadFile}/>
<input id="input" type="file" onChange="generateFiles()"/>
<div style="padding:5px"></div>
<div style="padding:5px"></div>
<div style="padding:5px"></div>
Expand Down

0 comments on commit 6d6fab6

Please sign in to comment.