Untitled
unknown
plain_text
4 years ago
469 B
4
Indexable
<!DOCTYPE html> <html> <head> </head> <body> <form> Imie<br><input type="text" id="imie"><br> Nazwisko<br><input type="text" id="nazwisko"><br> E-mail<br><input type="text" id="email"><br> Hasło<br><input type="text" id="haslo"><br><br> <input type="submit" value="Zatwierdz"> </form> <script> </script> </body> </html>
Editor is loading...