You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
754 B
26 lines
754 B
2 years ago
|
<!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>
|