22 lines
594 B
HTML
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> |