<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>uHost</title> <link rel="shortcut icon" href="favicon.png"> <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"> <link rel="stylesheet" href="main.css"> </head> <body> <main> <section id="product-overview"> <h1>Get the freedom you deserve.</h1> </section> <section id="plans"> <h1 class="section-title">Choose Your Plan</h1> <p>Make sure you get the most for your money!</p> </section> </main> </body> </html>