root/alternc/trunk/bureau/head.php

Revision 2104, 2.0 kB (checked in by anarcat, 8 months ago)

Standardisation de l'interface web d'AlternC, qui passe maintenant la
validation du w3c

Refonte de certains styles et couleurs, tel que discuté sur la liste de
discussion.

Des modifications locales peuvent maintenant être faites dans
styles/custom.css qui n'est pas distribué avec AlternC et donc jamais
remplacé.

Contribution de Marc Angles
Sponsorisé par Koumbit

Line 
1 <?php
2 /*
3  $Id: head.php,v 1.2 2003/06/10 05:52:07 root Exp $
4  ----------------------------------------------------------------------
5  AlternC - Web Hosting System
6  Copyright (C) 2002 by the AlternC Development Team.
7  http://alternc.org/
8  ----------------------------------------------------------------------
9  Based on:
10  Valentin Lacambre's web hosting softwares: http://altern.org/
11  ----------------------------------------------------------------------
12  LICENSE
13
14  This program is free software; you can redistribute it and/or
15  modify it under the terms of the GNU General Public License (GPL)
16  as published by the Free Software Foundation; either version 2
17  of the License, or (at your option) any later version.
18
19  This program is distributed in the hope that it will be useful,
20  but WITHOUT ANY WARRANTY; without even the implied warranty of
21  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22  GNU General Public License for more details.
23
24  To read the license please visit http://www.gnu.org/copyleft/gpl.html
25  ----------------------------------------------------------------------
26  Original Author of file:
27  Purpose of file:
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="/admin/styles/base.css" type="text/css" />
44 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
45
Note: See TracBrowser for help on using the browser.