30 lines
913 B
HTML
30 lines
913 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
|
|
|
|
<link rel="stylesheet" href="css/reset.css">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
<title>Frontend Mentor | Stats preview card component</title>
|
|
</head>
|
|
<body>
|
|
|
|
Get insights that help your business grow.
|
|
|
|
Discover the benefits of data analytics and make better decisions regarding revenue, customer
|
|
experience, and overall efficiency.
|
|
|
|
10k+ companies
|
|
314 templates
|
|
12m+ queries
|
|
|
|
<div class="attribution">
|
|
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
|
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
|
|
</div>
|
|
</body>
|
|
</html> |