19 lines
494 B
HTML
19 lines
494 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Welcome to rhttpd</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to rhttpd - Rust HTTP Server</h1>
|
|
<p>This is a test page served by rhttpd.</p>
|
|
<p>Features:</p>
|
|
<ul>
|
|
<li>Multi-site hosting</li>
|
|
<li>Static file serving</li>
|
|
<li>Reverse proxy</li>
|
|
<li>JavaScript configuration</li>
|
|
</ul>
|
|
</body>
|
|
</html> |