Add project files.

This commit is contained in:
2025-04-19 20:47:58 +03:00
parent 9e14d137ae
commit bfdcdb1f3b
66 changed files with 2394 additions and 0 deletions
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{Name}</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>{Name}</h1>
<p><em>{Description}</em></p>
<div>
<span><strong>Authors:</strong> {Authors}</span> |
<span><strong>Language:</strong> {Language}</span> |
<span><strong>Categories:</strong> {Categories}</span> |
<span><strong>Version:</strong> {Version}</span>
</div>
</header>
<article>
{Content}
</article>
<div class="navigation">
<button id="prev">Previous</button>
<button id="next">Next</button>
</div>
</body>
</html>