move index.coupure.php into index.html, and remove the license agreement for a stupid...
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 22:07:54 +0000 (22:07 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 30 Jul 2006 22:07:54 +0000 (22:07 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@742 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/index.coupure.php [deleted file]
htdocs/index.html [new file with mode: 0644]

diff --git a/htdocs/index.coupure.php b/htdocs/index.coupure.php
deleted file mode 100644 (file)
index 6e9a104..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<?php
-/***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
- *  http://opensource.polytechnique.org/                                   *
- *                                                                         *
- *  This program is free software; you can redistribute it and/or modify   *
- *  it under the terms of the GNU General Public License as published by   *
- *  the Free Software Foundation; either version 2 of the License, or      *
- *  (at your option) any later version.                                    *
- *                                                                         *
- *  This program is distributed in the hope that it will be useful,        *
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
- *  GNU General Public License for more details.                           *
- *                                                                         *
- *  You should have received a copy of the GNU General Public License      *
- *  along with this program; if not, write to the Free Software            *
- *  Foundation, Inc.,                                                      *
- *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
- ***************************************************************************/
-?>
-<!DOCTYPE HTML PUBLIC "-//W4C//DTD HTML 4.01 Transitional//EN">
-<html>
-  <head>
-    <title>Anciens eleves Polytechnique, annuaire email, etc</title>
-    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-    <link href="/css/default.css" rel="stylesheet" type="text/css">
-  </head>
-  <body>
-    <table align="center" border=0 width=600>
-      <tr>
-        <td>
-          <img src="Sk/Base/logo.jpg">
-        </td>
-        <td>
-          <h1>Polytechnique.org</h1>
-        </td>
-      </tr>
-      <tr>
-        <td colspan="2">
-          <h2>Services interrompus</h2>
-        </td>
-      </tr>
-      <tr>
-        <td colspan="2">
-          <p>En raison d&apos;une op&eacute;ration de maintenance sur nos
-         serveurs, les services de Polytechnique.org sont actuellement
-         interrompus.
-          </p>
-         <p>Nous vous remer&ccedil;ions de votre compr&eacute;hension.
-         </p>
-          <p>Avec toutes nos excuses pour le d&eacute;rangement occasionn&eacute; et
-          &agrave; bient&ocirc;t!</p>
-          <p align="right"><b>L'&eacute;quipe de Polytechnique.org</b></p>
-        </td>
-      </tr>
-    </table>
-  </body>
-</html>
diff --git a/htdocs/index.html b/htdocs/index.html
new file mode 100644 (file)
index 0000000..faa943f
--- /dev/null
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W4C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <title>Anciens eleves Polytechnique, annuaire email, etc</title>
+    <meta http-equiv="content-type" CONTENT="text/html; charset=iso-8859-1">
+  </head>
+  <body>
+    <table align="center" border=0 width=600>
+      <tr>
+        <td>
+          <img src="images/logo.png">
+        </td>
+        <td>
+          <h1>Polytechnique.org</h1>
+        </td>
+      </tr>
+      <tr>
+        <td colspan="2">
+          <h2>Services interrompus</h2>
+        </td>
+      </tr>
+      <tr>
+        <td colspan="2">
+          <p>En raison d&apos;une op&eacute;ration de maintenance sur nos
+         serveurs, les services de Polytechnique.org sont actuellement
+         interrompus.
+          </p>
+         <p>Nous vous remer&ccedil;ions de votre compr&eacute;hension.
+         </p>
+          <p>Avec toutes nos excuses pour le d&eacute;rangement occasionn&eacute; et
+          &agrave; bient&ocirc;t!</p>
+          <p align="right"><b>L'&eacute;quipe de Polytechnique.org</b></p>
+        </td>
+      </tr>
+    </table>
+  </body>
+</html>