From 25018da03ea1113d3477a62ad64f9e50b2d13cd5 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 8 Jun 2021 01:18:30 +0200 Subject: Add page to comply with the AGPLv3(+) Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile | 1 + agplv3-source.html | 31 +++++++++++++++++++++++++++++++ index.css | 9 ++++++++- index.html | 8 +++++++- 4 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 agplv3-source.html diff --git a/Makefile b/Makefile index adaf681..5cfb747 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ INSTALL ?= install DESTDIR ?= html TARGETS = \ + agplv3-source.html \ index.html \ index.css \ COPYING \ 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 @@ + + + Replicant Git + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionRunning source codeGit repository
Apache2 configurationapache2.tar.xzetc_apache2
This websitegit.replicant.us
+ diff --git a/index.css b/index.css index a274b7b..20ac759 100644 --- a/index.css +++ b/index.css @@ -38,7 +38,14 @@ background-color: #3278b3; } - #third { background-color: #167c80; } + +#fourth { + background-color: #777777 +} + +table, th, td { + border: 1px solid black; +} diff --git a/index.html b/index.html index be59187..4780b55 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,12 @@

mirrored repos from freesmartphone

- + + -- cgit v1.2.3