Spaces:
Runtime error
Runtime error
Upload HTML File,Upload JSON File,Output,flag,username,timestamp | |
"<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=""UTF-8""> | |
<title>Contact Form</title> | |
</head> | |
<body> | |
<h1>Contact Form</h1> | |
<form action=""/submit-form"" method=""POST""> | |
<label for=""name"">Name:</label> | |
<input type=""text"" id=""name"" name=""name"" required> | |
<br> | |
<label for=""email"">Email:</label> | |
<input type=""email"" id=""email"" name=""email"" required> | |
<br> | |
<label for=""location"">Location:</label> | |
<input type=""text"" id=""location"" name=""location"" required> | |
<br> | |
<label for=""github"">GitHub:</label> | |
<input type=""url"" id=""github"" name=""github"" required> | |
<br> | |
<label for=""linkedin"">LinkedIn:</label> | |
<input type=""url"" id=""linkedin"" name=""linkedin"" required> | |
<br> | |
<label for=""phone"">Phone:</label> | |
<input type=""tel"" id=""phone"" name=""phone"" required> | |
<br><br> | |
<input type=""submit"" value=""Submit""> | |
</form> | |
</body> | |
</html> | |
","'{ | |
""name"": ""Ana Guida"", | |
""email"": ""example@gmail.com"", | |
""location"": ""Amsterdam, Netherlands"", | |
""github"": ""https://github.com/34kmddfn"", | |
""linkedin"": ""https://www.linkedin.com/in/ana-rguida/"", | |
""phone"": ""+351 928 169 341"" | |
}","<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=""UTF-8""> | |
<title>Contact Form</title> | |
</head> | |
<body> | |
<h1>Contact Form</h1> | |
<form action=""/submit-form"" method=""POST""> | |
<label for=""name"">Name:</label> | |
<input type=""text"" id=""name"" name=""name"" required><!-- Input: <Ana Guida> - certainty: 0.83 --> | |
<br> | |
<label for=""email"">Email:</label> | |
<input type=""email"" id=""email"" name=""email"" required><!-- Input: <select> - certainty: 0.44. LINE TO SELECT: <example@gmail.com> - certainty: 0.62 --> | |
<br> | |
<label for=""location"">Location:</label> | |
<input type=""text"" id=""location"" name=""location"" required><!-- Input: <Amsterdam, Netherlands> - certainty: 0.85 --> | |
<br> | |
<label for=""github"">GitHub:</label> | |
<input type=""url"" id=""github"" name=""github"" required><!-- Input: <https://github.com/34kmddfn> - certainty: 0.68 --> | |
<br> | |
<label for=""linkedin"">LinkedIn:</label> | |
<input type=""url"" id=""linkedin"" name=""linkedin"" required> | |
<br> | |
<label for=""phone"">Phone:</label> | |
<input type=""tel"" id=""phone"" name=""phone"" required><!-- Input: <select> - certainty: 0.39. LINE TO SELECT: <+351 928 169 341> - certainty: 0.86 --> | |
<br><br> | |
<input type=""submit"" value=""Submit""><!-- Input: <button> - certainty: 0.38 --> | |
</form> | |
</body> | |
</html> | |
",,,2023-08-21 14:32:59.391753 | |