diff options
Diffstat (limited to 'vm-source.html')
-rw-r--r-- | vm-source.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vm-source.html b/vm-source.html new file mode 100644 index 0000000..7c1a055 --- /dev/null +++ b/vm-source.html @@ -0,0 +1,34 @@ +<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> + <th>License</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> + <td>AGPLv3+</td> + </tr> + <tr> + <td>This website</td> + <td></td> + <td><a href="infrastructure/git.replicant.us/">git.replicant.us</a></td> + <td>CC-BY-SA 3.0 Unported</td> + </tr> + </table> +</body></html> |