Replaced link to local Git server with link to GitHub
This commit is contained in:
parent
b28d399997
commit
1266a0861e
1 changed files with 11 additions and 8 deletions
19
index.html
19
index.html
|
|
@ -13,7 +13,7 @@ html {
|
|||
padding: 0px 0px 0px 0px;
|
||||
}
|
||||
body {
|
||||
|
||||
|
||||
}
|
||||
ul {
|
||||
margin: 20px 0px 0px 10px;
|
||||
|
|
@ -61,14 +61,17 @@ li > span.content > a {
|
|||
<body>
|
||||
<ul>
|
||||
<li><span class="header">UNIXPEOPLE.ORG</span></li>
|
||||
<li><span class="content" ><a href="https://arch.unixpeople.org/">[ arch linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://archstrike.unixpeople.org/">[ archstrike linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://artix.unixpeople.org/">[ artix linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://blackarch.unixpeople.org/">[ blackarch linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://fdroid.unixpeople.org/">[ fdroid mirror (unofficial) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://git.unixpeople.org/">[ git repositories ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://wiki.unixpeople.org/">[ wiki ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://arch.unixpeople.org">[ arch linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://archstrike.unixpeople.org">[ archstrike linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://artix.unixpeople.org">[ artix linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://blackarch.unixpeople.org">[ blackarch linux mirror (official) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://fdroid.unixpeople.org">[ fdroid mirror (unofficial) ]</a></span></li>
|
||||
<li><span class="content" ><a href="https://github.com/unixpeople">[ git repositories @ github ]</a></span></li>
|
||||
<!--<li><span class="content" ><a href="/files/">[ local files ]</a></span></li>-->
|
||||
<li><span class="content" ><a href="https://status.unixpeople.org">[ server status ]</a></span></li>
|
||||
<!--<li><span class="content" ><a href="http://systemchaos.org/stats/">[ traffic stats ]</a></span></li>-->
|
||||
<!--<li><span class="content" ><a href="https://wiki.unixpeople.org">[ wiki ]</a></span></li>-->
|
||||
<li><span class="content" ><a href="mailto:hanez@unixpeople.org">[ email contact ]</a></span></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue