16 lines
340 B
HTML
16 lines
340 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Webserv test Something</title>
|
|
</head>
|
|
<body>
|
|
<h1 style="text-align:center">Webserv in Test</h1>
|
|
<hr>
|
|
<p style="text-align:center">Time to submit something:</p>
|
|
<form action="/upload" method="post">
|
|
<input type="file" id="myFile" name="filename">
|
|
<input type="submit">
|
|
</form>
|
|
</body>
|
|
</html>
|