1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!-- Freie HTML-Vorlage von www.lima-city.de -->
- <!-- Anleitungen, wie man HTML-Dateien selbst erstellt,
- findest du auf http://de.selfhtml.org/ -->
- <!-- Kopfbereich -->
- <head>
- <!-- Seitentitel -->
- <title>Hier entsteht eine neue kostenlose Homepage | lima-city: Gratis werbefreier Webspace</title>
- <!-- Dokument-Typ -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!-- Sprache -->
- <meta http-equiv="content-language" content="de" />
- <!-- Suchmaschinen sind Willkommen -->
- <meta name="robots" content="index,follow" />
- <!-- Aussehen -->
- <style type="text/css">
- body { background: #f5f5f5; }
- h1, h2, p { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; }
- a { color: #6B8E23; text-decoration: none; }
- h1 a, h2 a { color: black; }
- </style>
- </head>
- <!-- Inhalt -->
- <body>
- <!-- Titel -->
- <h1><a href="http://www.lima-city.de/">Gratis Homepage</a> erstellen:</h1>
- <!-- Untertitel -->
- <h2>Hier entsteht in Kürze eine neue <a href="http://www.lima-city.de/">kostenlose Homepage</a></h2>
- <!-- Text -->
- <p>Dieser <a href="http://www.lima-city.de/">kostenlose Webspace</a> ist gerade neu eingerichtet worden, und wird in Kürze mit Inhalt gefüllt!</p>
- <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ü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>
- <p> </p>
- <p><a href="http://www.lima-city.de/">www.lima-city.de</a></p>
- </body>
- </html>
|