fork download
  1. <form action="/Enviar" method="get">
  2.  
  3.  
  4.  
  5. <fieldset>
  6.  
  7.  
  8. <label>
  9. <span>Nome</span>
  10. <input type="text" name="teste1" onfocus="this.style.backgroundColor='#EDEDED'" onblur="this.style.backgroundColor='#ffffff'"/>
  11.  
  12. </label>
  13.  
  14. <input type="submit" value="Enviar" class="btn"/>
  15.  
  16.  
  17.  
  18. </fieldset>
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. </form>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
[1 of 1] Compiling Main             ( prog.hs, prog.o )

prog.hs:1:2: parse error on input `<'
stdout
Standard output is empty