cppcheck/htdocs/archive/submitfile.html

23 lines
333 B
HTML

<html>
<body>
<h1>Submit file</h1>
<form action="http://cppcheck.sf.net/cgi-bin/submit.cgi" method="GET">
Name:<br>
<input name="name" size="30">
<br><br>
Copy/paste the file data:<br>
<textarea name="data" rows="10" cols="40" maxlength="512"></textarea>
<br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>