|
Revision 99, 2.0 kB
(checked in by anarcat, 3 years ago)
|
[project @ alternc: changeset 2003-06-10 05:52:07 by root]
début de conformance à xhtml1.0 strict
Original author: root
Date: 2003-06-10 05:52:08
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 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 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 32 |
<html> |
|---|
| 33 |
<head> |
|---|
| 34 |
<title>AlternC</title> |
|---|
| 35 |
<meta name="author" content="AlternC" /> |
|---|
| 36 |
<meta name="description" content="AlternC is an opensource software project. Its aim is to develop a hosting service for everybody, easy to install and easy to manage. This project is born thanks to Altern.org and Lautre.net (France)" /> |
|---|
| 37 |
<meta name="keywords" content="Hosting, GPL, software development" /> |
|---|
| 38 |
|
|---|
| 39 |
<meta name="description" content="AlternC est un projet de logiciel libre sous licence GPL d'hébergement |
|---|
| 40 |
sur serveurs mutualisés, né d'Altern.org et de Lautre Net" /> |
|---|
| 41 |
<meta name="keywords" content="Hébergement, Logiciel d'hébergement, Altern, Lautre Net, GPL, Développement" /> |
|---|
| 42 |
|
|---|
| 43 |
<link rel="stylesheet" href="/style.css" type="text/css" /> |
|---|
| 44 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
|---|
| 45 |
|
|---|