aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 7caaeae6926b72f01665b3b4ef592b19f77868ee (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<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/AOSP-mirror">
	  <h2 class="itemheading">AOSP mirror</h2>
	  <p class="itemtext">mirrored repos from AOSP</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 id="third" class="tile">
	<a href="https://git.replicant.us/freesmartphone.org-mirror">
	  <h2 class="itemheading">freesmartphone.org mirror</h2>
	  <p class="itemtext">mirrored repos from freesmartphone</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>