Create index.html

Overview placeholder
This commit is contained in:
LutraVibes
2025-07-26 13:08:32 -04:00
committed by GitHub
parent d23bdc0451
commit 7b8fd35283

21
overview/index.html Normal file
View File

@@ -0,0 +1,21 @@
<!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>