diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-08 01:18:30 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-08 01:22:10 +0200 |
| commit | 25018da03ea1113d3477a62ad64f9e50b2d13cd5 (patch) | |
| tree | c3bbfd29e6649f871faa988eba65d5bee2b56958 /agplv3-source.html | |
| parent | e36cd6e954c933e161314d9d2d87d5614f3e00cd (diff) | |
| download | git.replicant.us-25018da03ea1113d3477a62ad64f9e50b2d13cd5.tar.gz git.replicant.us-25018da03ea1113d3477a62ad64f9e50b2d13cd5.tar.bz2 git.replicant.us-25018da03ea1113d3477a62ad64f9e50b2d13cd5.zip | |
Add page to comply with the AGPLv3(+)
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'agplv3-source.html')
| -rw-r--r-- | agplv3-source.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/agplv3-source.html b/agplv3-source.html new file mode 100644 index 0000000..88d4870 --- /dev/null +++ b/agplv3-source.html @@ -0,0 +1,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> |
