Untitled

 avatar
unknown
plain_text
2 years ago
358 B
5
Indexable
<!DOCTYPE html>
<html>
<head>
    <title>UTILITA - Home</title>
</head>
<body>
    <h1>Welcome to UTILITA</h1>
    <p>We are an energy company focused on providing reliable, affordable energy to our customers.</p>
    <ul>
        <li><a href="/about">About us</a></li>
        <li><a href="/pricing">Pricing</a></li>
    </ul>
</body>
</html>
Editor is loading...