HttpTesting/bin/Debug/net9.0/htdocs/index.html
Siomek101 13f35270f4 yes
2025-06-14 22:57:19 +02:00

22 lines
594 B
HTML

<html>
<head>
</head>
<body>
<center><h1>Welcome to the old website!</h1></center>
<p>
Get the user-agent -> <a href="/useragent">here</a>
</p>
<p>
Get the date and time -> <a href="/servertime">here</a>
</p>
<form action="/search" method="post">
Test form
<input type="text" name="username" placeholder="Username">t</input>
<input type="text" name="place" placeholder="Place">t</input>
<input type="submit" value="Submit">
</form>
</body>
</html>