mirror of
https://github.com/pound-emu/www.git
synced 2026-01-31 01:15:20 +01:00
Create index.html
Placeholder docs
This commit is contained in:
20
docs/index.html
Normal file
20
docs/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Docs | 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>Documentation</h1>
|
||||
<p>This section is a work in progress. Check back later for developer guides and technical references.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user