Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-barfoot committed Apr 23, 2024
1 parent 1fc9a9c commit 5015938
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
color: red;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}

</style>
</head>
<body>
<div id="privacyNotice">
No data from the CSV file leaves your device. All processing is done locally.
Please NOTE: No data from the CSV file leaves your device. All processing is done locally.
</div>
<h1>Choose a CSV file</h1>
<h1>SHA1 in Browser: Anonymised ID Generation</h1>
<form id="myForm">
<input type="file" id="csvFile" accept=".csv" />
<br />
Expand Down

0 comments on commit 5015938

Please sign in to comment.