diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-10 16:59:28 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-10 16:59:28 +0000 |
commit | 447e889da00ded0a42fa92b9a443e3e4323c14e7 (patch) | |
tree | 495c5668a137eb3a573ccd25e060d7d98fc0343c | |
parent | 97ed07b8a7dd69c2f7867958631b4bace365ee08 (diff) | |
download | archives-447e889da00ded0a42fa92b9a443e3e4323c14e7.tar archives-447e889da00ded0a42fa92b9a443e3e4323c14e7.tar.gz archives-447e889da00ded0a42fa92b9a443e3e4323c14e7.tar.bz2 archives-447e889da00ded0a42fa92b9a443e3e4323c14e7.tar.xz archives-447e889da00ded0a42fa92b9a443e3e4323c14e7.zip |
archives: add index file
-rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 000000000..652cd207b --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title>Mageia Archives</title> + </head> + <body> + Mailing lists archives will be available soon. + </body> +</html> |