You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
839 B
HTML
27 lines
839 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<main class="welcome">
|
|
<img src="images/logo.svg" class="title" alt="U Control" />
|
|
<div class="description">
|
|
You are one step closer <br />
|
|
<strong>more control</strong> over your data
|
|
</div>
|
|
<a href="categories.html" class="button">Get Started</a>
|
|
</main>
|
|
</body>
|
|
</html>
|