mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
27 lines
885 B
HTML
27 lines
885 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>SeedPass Documentation</title>
|
|
<link rel="stylesheet" href="theme.css">
|
|
</head>
|
|
<body>
|
|
<div class="rst-container">
|
|
<div class="rst-sidebar">
|
|
<ul class="simple">
|
|
<li><a href="README.html">Overview</a></li>
|
|
<li><a href="advanced_cli.html">Advanced CLI</a></li>
|
|
<li><a href="api_reference.html">API Reference</a></li>
|
|
<li><a href="json_entries.html">JSON Entries</a></li>
|
|
<li><a href="migrations.html">Migrations</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="rst-content">
|
|
<h1>SeedPass Documentation</h1>
|
|
<p>Select a topic from the sidebar.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|