default-index.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <!-- Freie HTML-Vorlage von www.lima-city.de -->
  5. <!-- Anleitungen, wie man HTML-Dateien selbst erstellt,
  6. findest du auf http://de.selfhtml.org/ -->
  7. <!-- Kopfbereich -->
  8. <head>
  9. <!-- Seitentitel -->
  10. <title>Hier entsteht eine neue kostenlose Homepage | lima-city: Gratis werbefreier Webspace</title>
  11. <!-- Dokument-Typ -->
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. <!-- Sprache -->
  14. <meta http-equiv="content-language" content="de" />
  15. <!-- Suchmaschinen sind Willkommen -->
  16. <meta name="robots" content="index,follow" />
  17. <!-- Aussehen -->
  18. <style type="text/css">
  19. body { background: #f5f5f5; }
  20. h1, h2, p { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; }
  21. a { color: #6B8E23; text-decoration: none; }
  22. h1 a, h2 a { color: black; }
  23. </style>
  24. </head>
  25. <!-- Inhalt -->
  26. <body>
  27. <!-- Titel -->
  28. <h1><a href="http://www.lima-city.de/">Gratis Homepage</a> erstellen:</h1>
  29. <!-- Untertitel -->
  30. <h2>Hier entsteht in K&uuml;rze eine neue <a href="http://www.lima-city.de/">kostenlose Homepage</a></h2>
  31. <!-- Text -->
  32. <p>Dieser <a href="http://www.lima-city.de/">kostenlose Webspace</a> ist gerade neu eingerichtet worden, und wird in K&uuml;rze mit Inhalt gef&uuml;llt!</p>
  33. <p><strong><a href="http://www.lima-city.de/">Gratis Webspace</a></strong> und <strong><a href="http://www.lima-city.de/2008/domains">g&uuml;nstige Domains</a></strong> von <strong><a href="http://www.lima-city.de/">lima-city</a></strong>: <strong><a href="http://www.lima-city.de/">Webhosting werbefrei</a></strong>!</p>
  34. <p>&nbsp;</p>
  35. <p><a href="http://www.lima-city.de/">www.lima-city.de</a></p>
  36. </body>
  37. </html>