Add project files.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user