18 lines
643 B
HTML
18 lines
643 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/index.html">References</a></li>
|
|
<li><a href="open-tasks/index.html">Open tasks</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|