2025-04-23 23:50:17 +02:00

35 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReflectOnAI</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
</head>
<body>
<header class="hero">
<div class="container">
<h1>ReflectOnAI</h1>
<p class="subtitle">Unlock insights. Amplify your mind.</p>
<a href="#features" class="cta-btn">Learn More</a>
</div>
</header>
<section id="features" class="features">
<div class="container">
<h2>Why ReflectOnAI?</h2>
<div class="features-list">
<div class="feature">
<p>This site should trigger us to reflect on the use of AI. The good, the bad and the ugly.</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p>&copy; 2025 ReflectOnAI. All rights reserved.</p>
</div>
</footer>
</body>
</html>