rmcg.dev/FrontendMentor/newbie/stats-preview-card-component/index.html

30 lines
913 B
HTML
Raw Normal View History

<!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">
2021-07-05 03:02:34 +02:00
<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>.
2021-07-05 03:02:34 +02:00
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
</div>
</body>
</html>