frontend-mentor/interactive-rating-component/downloaded/index.html
2023-06-05 15:59:50 -07:00

49 lines
No EOL
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<title>Frontend Mentor | Interactive rating component</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
</head>
<body>
<!-- Rating state start -->
How did we do?
Please let us know how we did with your support request. All feedback is appreciated
to help us improve our offering!
1 2 3 4 5
Submit
<!-- Rating state end -->
<!-- Thank you state start -->
You selected <!-- Add rating here --> out of 5
Thank you!
We appreciate you taking the time to give a rating. If you ever need more support,
dont hesitate to get in touch!
<!-- Thank you state end -->
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
</div>
</body>
</html>