Spaces:
Running
Running
File size: 797 Bytes
0b27666 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CurateClick - Curated Products</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header">
<h1 class="logo"><a href="https://curateclick.com" target="_blank" rel="noopener noreferrer">CurateClick</a></h1>
<p class="tagline">Discover curated products</p>
</header>
<main class="main">
<div class="timeline" id="timeline">
<!-- Timeline content will be dynamically generated -->
</div>
</main>
<footer class="footer">
<p>© 2025 CurateClick. Discover with taste.</p>
</footer>
<script src="script.js"></script>
</body>
</html>
|