Skip to content

Commit

Permalink
fix form
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpetros committed Jul 18, 2024
1 parent 3b38fc2 commit ddb4701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/switch-emoji/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Switch Emoji Proposal</h1>

<h2>Tell us how you would use it:</h2>

<form action="/switch-emoji/user.php">
<form action="/switch-emoji/user.php" method=POST>
<label>Give us some sequences<textarea name=sequences></textarea></label>
<label>Anything else?<textarea name=info></textarea></label>
<button>Submit</button>
Expand Down
3 changes: 2 additions & 1 deletion www/switch-emoji/proposal.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ <h2>I. Identification</h2>
<h2>II. Images</h2>

<p>
Up Switch Down Switch
<img src="/switch-emoji/down-switch-emoji.png" height=100 style="height:100px" alt="A switch in the down position">
<img src="/switch-emoji/up-switch-emoji.png" height=100 style="height:100px" alt="A switch in the up position">

<p>
<strong>License</strong>: These images are the original work of the submitters and are certified to have the appropriate licenses for use by the UTC.
Expand Down

0 comments on commit ddb4701

Please sign in to comment.