30 lines
1.0 KiB
HTML
30 lines
1.0 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 class="headline">ReflectOnAI</h1>
|
|
<p class="subtitle">A space to reflect on the use of AI: the good, the bad, and the ugly.</p>
|
|
<a href="#reflect" class="cta-btn">Start Reflecting</a>
|
|
</div>
|
|
</header>
|
|
<main id="reflect" class="main-message">
|
|
<div class="container">
|
|
<p class="main-text">Pause and consider how AI shapes our world.<br>ReflectOnAI is a minimalist space for thoughtful discussion and self-inquiry.</p>
|
|
</div>
|
|
</main>
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p>© 2025 ReflectOnAI. All rights reserved.</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|