Skip to content

Commit

Permalink
added version though i added it in html
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmv30 authored May 2, 2024
1 parent 857a49f commit 45ed81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ <h2>List of valid Words</h2>
{
var commit = JSON.parse(event.data);
document.getElementById("commit").innerHTML = "Commit hash: "+commit;
document.title = commit;
times+=1;
}
else if (JSON.parse(event.data)==="approved")
Expand Down

0 comments on commit 45ed81b

Please sign in to comment.