start of the /docs/wiki

This commit is contained in:
veclavtalica
2025-02-03 21:55:26 +03:00
parent 2286cdefeb
commit f4fccc08c4
4 changed files with 92 additions and 0 deletions

15
docs/wiki/template.html Normal file
View File

@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<title>Townengine Wiki : {About}</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 style="margin-bottom:0in;">1. {About}</h1>
<a href="index.html">Go back
<p><a name="#{Section}"></a><strong>1.1 </strong><strong>{Section}</strong>
<blockquote>
<p>Text
</blockquote>
</body>
</html>