25 lines
950 B
HTML
25 lines
950 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CmdForge Overview</title>
|
|
<style>
|
|
body { background: #1a1a2e; color: #eaeaea; font-family: sans-serif; padding: 2rem; line-height: 1.7; }
|
|
.container { max-width: 900px; margin: 0 auto; }
|
|
a { color: #e94560; }
|
|
h1, h2 { border-bottom: 1px solid #0f3460; padding-bottom: 0.3rem; }
|
|
pre { background: #0d1117; padding: 1rem; border-radius: 8px; overflow-x: auto; }
|
|
code { font-family: monospace; }
|
|
table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
|
|
th, td { border: 1px solid #0f3460; padding: 0.75rem; text-align: left; }
|
|
th { background: #16213e; }
|
|
.back-link { display: inline-block; margin-bottom: 1rem; color: #a0a0a0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<a href="index.html" class="back-link">← Back to Index</a>
|
|
</div>
|
|
</body>
|
|
</html>
|