os/doc-src/index.html
2019-03-09 06:11:49 +01:00

17 lines
570 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>{{{project-name}}}</title>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<h1>{{{project-name}}}</h1>
<ul>
<li><a href="deps.svg">Dependency graph</a> with work-in-progress indications (<a href="deps.png">PNG</a> and <a href="deps.pdf">PDF</a> versions)</li>
<li><a href="references">References</a></li>
</ul>
</body>
</html>