fork download
  1. <html>
  2. <body>
  3. <form action="/post" method="postp" enctype="application/x-www-form-urlencoded">
  4. <font color="ffffff">00</font>
  5. <input type="text" size="2" value="R" readonly>
  6. <input type="text" size="2" value="G" readonly>
  7. <input type="text" size="2" value="B" readonly>
  8. <br>
  9. 01
  10. <input name="01r" type="text" size="2" value="ff">
  11. <input name="01g" type="text" size="2" value="ff">
  12. <input name="01b" type="text" size="2" value="ff">
  13. <font id="01" color="ff00ff">***</font>
  14. <br>
  15. 02
  16. <input name="01r" type="text" size="2" value="ff">
  17. <input name="01g" type="text" size="2" value="ff">
  18. <input name="01b" type="text" size="2" value="ff">
  19. <font id="01" color="ff00ff">***</font>
  20. <br>
  21. 03
  22. <input name="01r" type="text" size="2" value="ff">
  23. <input name="01g" type="text" size="2" value="ff">
  24. <input name="01b" type="text" size="2" value="ff">
  25. <font id="01" color="ff00ff">***</font>
  26. <br>
  27. 04
  28. <input name="01r" type="text" size="2" value="ff">
  29. <input name="01g" type="text" size="2" value="ff">
  30. <input name="01b" type="text" size="2" value="ff">
  31. <font id="01" color="ff00ff">***</font>
  32. <br>
  33. 05
  34. <input name="01r" type="text" size="2" value="ff">
  35. <input name="01g" type="text" size="2" value="ff">
  36. <input name="01b" type="text" size="2" value="ff">
  37. <font id="01" color="ff00ff">***</font>
  38. <br>
  39. <input type="submit" value="Submit">
  40. </form>
  41. </body>
  42. </html>
  43.  
Success #stdin #stdout 0.01s 24448KB
stdin
Standard input is empty
stdout
<html>
<body>
<form action="/post" method="postp" enctype="application/x-www-form-urlencoded">
<font color="ffffff">00</font>
<input type="text" size="2" value="R" readonly>
<input type="text" size="2" value="G" readonly>
<input type="text" size="2" value="B" readonly>
<br>
01
<input name="01r" type="text" size="2" value="ff">
<input name="01g" type="text" size="2" value="ff">
<input name="01b" type="text" size="2" value="ff">
<font id="01" color="ff00ff">***</font>
<br>
02
<input name="01r" type="text" size="2" value="ff">
<input name="01g" type="text" size="2" value="ff">
<input name="01b" type="text" size="2" value="ff">
<font id="01" color="ff00ff">***</font>
<br>
03
<input name="01r" type="text" size="2" value="ff">
<input name="01g" type="text" size="2" value="ff">
<input name="01b" type="text" size="2" value="ff">
<font id="01" color="ff00ff">***</font>
<br>
04
<input name="01r" type="text" size="2" value="ff">
<input name="01g" type="text" size="2" value="ff">
<input name="01b" type="text" size="2" value="ff">
<font id="01" color="ff00ff">***</font>
<br>
05
<input name="01r" type="text" size="2" value="ff">
<input name="01g" type="text" size="2" value="ff">
<input name="01b" type="text" size="2" value="ff">
<font id="01" color="ff00ff">***</font>
<br>
<input type="submit" value="Submit">
</form>
</body>
</html>