2025-04-24 00:22:18 +02:00

24 lines
737 B
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="alt-styles.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
</head>
<body>
<header class="alt-hero">
<div class="alt-container">
<h1 class="alt-headline">ReflectOnAI</h1>
<p class="alt-subtitle">A space to reflect on the use of AI: the good, the bad, and the ugly.</p>
</div>
</header>
<footer class="alt-footer">
<div class="alt-container">
<p>&copy; 2025 ReflectOnAI. All rights reserved.</p>
</div>
</footer>
</body>
</html>