Ferrit Explore
中文·繁體·EN·日本語 Sign in Register
cielxl / veld / html / index.html
<!DOCTYPE html>
<html>
<head>
    <title>Welcome to veld</title>
    <style>
        body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
        h1 { color: #333; }
        p { color: #666; }
    </style>
</head>
<body>
    <h1>Welcome to veld</h1>
    <p>A high-performance HTTP server written in Rust</p>
    <p>If you can see this page, the server is working correctly.</p>
</body>
</html>