home *** CD-ROM | disk | FTP | other *** search
/ ftp12.planet-school.de / ftp12.planet-school.de.tar / ftp12.planet-school.de / sportveranstaltung / start.php < prev   
Text File  |  2014-03-08  |  469b  |  27 lines

  1. <html>
  2.     <head>
  3.         <title> Startseite </title>
  4.         <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  5.         <!-- Einbinden der CSS Dateien-->
  6.     </head>
  7. <body>
  8.     <table width="100%">
  9.     <colgroup>
  10.         <col width="15%">
  11.         <col width="70%">
  12.         <col width="15%">
  13.     </colgroup>
  14.     <tr>
  15.     <td></td>
  16.     <td><h1><center>Willkommen auf der Sportveranstaltungen Homepage</center></h1></td>
  17.     <td></td>
  18.     </tr>
  19.     </table>
  20. <?php
  21.     echo date("l d.m.Y ");
  22. ?>
  23. <br>
  24.     <hr>
  25.  
  26. </body>
  27. </html>