rmcg.dev/projects/FrontendMentor/newbie/faq-accordion-card/index.html

50 lines
1.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2022-02-20 04:39:51 +01:00
<head>
<meta charset="UTF-8">
2022-02-20 04:39:51 +01:00
<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">
2022-02-20 04:39:51 +01:00
<title>Frontend Mentor | FAQ Accordion Card</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
2022-02-20 04:39:51 +01:00
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
2022-02-20 04:39:51 +01:00
<body>
How many team members can I invite?
2022-02-20 04:39:51 +01:00
You can invite up to 2 additional users on the Free plan. There is no limit on
team members for the Premium plan.
What is the maximum file upload size?
No more than 2GB. All files in your account must fit your allotted storage space.
How do I reset my password?
Click “Forgot password” from the login page or “Change password” from your profile page.
A reset link will be emailed to you.
Can I cancel my subscription?
Yes! Send us a message and well process your request no questions asked.
Do you provide additional support?
Chat and email support is available 24/7. Phone lines are open during normal business hours.
2022-02-20 04:39:51 +01:00
<!-- <div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
2022-02-20 04:39:51 +01:00
Coded by <a href="https://tarasis.net">Robert McGovern</a>.
</div> -->
</body>
2022-02-20 04:39:51 +01:00
</html>