2022-09-07 11:53:05 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-10-03 15:43:03 +02:00
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2022-10-03 15:43:03 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<!-- displays site properly based on user's device -->
|
2022-09-07 11:53:05 +02:00
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
|
2022-10-03 15:43:03 +02:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
<title>Frontend Mentor | Base Apparel coming soon page</title>
|
|
|
|
|
|
|
|
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
|
|
|
|
<style>
|
2022-10-03 15:43:03 +02:00
|
|
|
.attribution {
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attribution a {
|
|
|
|
color: hsl(228, 45%, 44%);
|
|
|
|
}
|
2022-09-07 11:53:05 +02:00
|
|
|
</style>
|
|
|
|
</head>
|
2022-10-03 15:43:03 +02:00
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
<body>
|
|
|
|
|
|
|
|
We're coming soon
|
|
|
|
|
2022-10-03 15:43:03 +02:00
|
|
|
Hello fellow shoppers! We're currently building our new fashion store.
|
2022-09-07 11:53:05 +02:00
|
|
|
Add your email below to stay up-to-date with announcements and our launch deals.
|
|
|
|
|
|
|
|
Email Address
|
2022-10-03 15:43:03 +02:00
|
|
|
|
|
|
|
<!-- <footer>
|
2022-09-07 11:53:05 +02:00
|
|
|
<p class="attribution">
|
2022-10-03 15:43:03 +02:00
|
|
|
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
2022-09-07 11:53:05 +02:00
|
|
|
Coded by <a href="#">Your Name Here</a>.
|
|
|
|
</p>
|
2022-10-03 15:43:03 +02:00
|
|
|
</footer> -->
|
2022-09-07 11:53:05 +02:00
|
|
|
</body>
|
2022-10-03 15:43:03 +02:00
|
|
|
|
2022-09-07 11:53:05 +02:00
|
|
|
</html>
|