Skip to content

Commit

Permalink
Update voter.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sailesh3000 authored Jun 21, 2024
1 parent 4b28aee commit 5a89365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/voter.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -33,13 +35,14 @@
<input type="radio" name="candidate" value="<%= candidate %>"><%= candidate %>
</label><br><br>
<% }); %>
</form>
</div>
</div>
</div>
<div class="Vote anim">
<button type="submit"><b>Vote</b></button>
</div>
</form>

<div class="disclaimer anim">
* Once you have cast your vote, alterations are not permitted. Thus, exercise caution when voting.*
</div>
Expand Down

0 comments on commit 5a89365

Please sign in to comment.