mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
8738a4e724
This makes sense, as it'll only be hosted there from now on.
41 lines
1.1 KiB
HTML
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>
|