Files
gitx/Site/UserManual/template.html
T
Pieter de Bie 8738a4e724 Move the UserManual to the new site
This makes sense, as it'll only be hosted there from now on.
2008-10-17 22:50:43 +02:00

41 lines
1.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>GitX Documentation</title>
<meta http-equiv="content-language" content="en">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="assets/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/blueprint/print.css" type="text/css" media="print">
<link rel="stylesheet" href="assets/stylesheets/mac_classic.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/stylesheets/style.css" type="text/css" media="screen, projection">
</head>
<body>
<div class="container chapter showgrids">
<div class="span-21 header">
<div class="nav"></div>
<div class="title"><a href='UserManual.html'>GitX Documentation</a></div>
</div>
<div class="span-21">
<br/>
</div>
<div class="span-21">
<%= body %>
</div>
<div class="span-21">
<hr/>
<div class="center"></div>
<hr/>
</div>
</div>
</body>
</html>