python-hard-way/Web/templates/my-form.html

13 lines
352 B
HTML

</br>
<p>Enter your message in this box.</p>
<form method="POST">
<input name="secret" type="text">
<input name="secret" type="submit" value="Encrypt rot3">
</form>
<!--</br>
<p>And your shift in this box. Then hit "shift" when you are ready.</p>
<form method="POST">
<input name="shift">
<input type="submit" value="Shift">
</form>-->