diff options
| author | Wolfgang Wiedmeyer <wolfgang@wiedmeyer.de> | 2020-01-28 02:17:07 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-01-28 02:19:09 +0100 |
| commit | 23f67f492db399f7de118b21199fa2e1093903a0 (patch) | |
| tree | 5fa6245df9cc59f2a7b233ed526b68254e7fbba8 /index.html | |
| download | git.replicant.us-23f67f492db399f7de118b21199fa2e1093903a0.tar.gz git.replicant.us-23f67f492db399f7de118b21199fa2e1093903a0.tar.bz2 git.replicant.us-23f67f492db399f7de118b21199fa2e1093903a0.zip | |
Initial import from the server.
We got the permission by mail from Wolfgang Wiedmeyer to
pick a license for the index.html and index.css he made.
Signed-off-by: Wolfgang Wiedmeyer <wolfgang@wiedmeyer.de>
GNUtoo: Commit message and signed off, license
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..37dadcb --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ +<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> + <div class="container"> + <div id="first" class="tile"> + <a href="https://git.replicant.us/replicant"> + <h2 class="itemheading">Replicant</h2> + <p class="itemtext">Replicant's source code</p> + </a> + </div> + <div id="second" class="tile"> + <a href="https://git.replicant.us/contrib"> + <h2 class="itemheading">Contrib</h2> + <p class="itemtext">personal repos of contributors</p> + </a> + </div> + <div id="third" class="tile"> + <a href="https://git.replicant.us/LineageOS-mirror"> + <h2 class="itemheading">LineageOS mirror</h2> + <p class="itemtext">mirrored repos from LineageOS</p> + </a> + </div> + </div> + <div> + <p style="text-align: center;"><a href="https://www.replicant.us/" target="_blank">Replicant website</a></p> + </div> +</body></html> |
