blob: 88d48705b2a7c59e8a1da4665b3391b59b810555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<html>
<head>
<title>Replicant Git</title>
<link rel="shortcut icon" href="/replicant_favicon.ico" type="image/png" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" href="./index.css" type="text/css">
</head>
<body>
<style>
body { font-family: sans-serif; line-height: 1.5; background:#fff;}
a{ color: #666;}
</style>
<table style="width:100%">
<tr>
<th>Description</th>
<th>Running source code</th>
<th>Git repository</th>
</tr>
<tr>
<td>Apache2 configuration</td>
<td><a href="apache2.tar.xz">apache2.tar.xz</a></td>
<td><a href="infrastructure/etc_apache2">etc_apache2</a></td>
</tr>
<tr>
<td>This website</td>
<td></td>
<td><a href="infrastructure/git.replicant.us/">git.replicant.us</a></td>
</tr>
</table>
</body></html>
|