Files
archived-www/overview/index.html
LutraVibes 7b8fd35283 Create index.html
Overview placeholder
2025-07-26 13:08:32 -04:00

22 lines
692 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview | Pound Emulator</title>
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<header class="glass-header">
<a href="/" class="logo-link"><img src="../assets/pound.png" alt="Logo" class="header-logo"></a>
</header>
<div class="bg">
<div class="glass-card">
<h1>Overview</h1>
<p>Welcome to the Pound Emulator project. This page will provide a summary of our goals and roadmap.</p>
<p>Current status: very WIP, please dont expect functionality yet.</p>
</div>
</div>
</body>
</html>